sdf-parser
    Preparing search index...

    Interface MolfileStreamOptions

    Options for MolfileStream.

    interface MolfileStreamOptions {
        mixedEOL?: boolean;
    }
    Index

    Properties

    Properties

    mixedEOL?: boolean

    Controls EOL normalisation:

    • undefined (default): inspect the first 10 000 characters; normalise only if \r is detected. Zero cost for pure-LF files. Assumes the EOL style is consistent throughout.
    • true: always normalise CRLF to LF.
    • false: never normalise; use when the file is known to be pure LF.