sdf-creator
    Preparing search index...

    Interface CreateOptions

    interface CreateOptions {
        eol?: string;
        filter?: RegExp;
        molfilePropertyName?: string;
        strict?: boolean;
    }
    Index

    Properties

    eol?: string

    String to use as end-of-line delimiter.

    '\n'
    
    filter?: RegExp

    Regular expression filter for the properties to add.

    /.* /
    
    molfilePropertyName?: string

    Name of the property containing the molfile.

    'molfile'
    
    strict?: boolean

    Throw errors if no molfile is found.

    false