@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface FileOptions

    Options for the output file (Node only)

    interface FileOptions {
        append?: boolean;
        encoding?: string;
    }
    Index
    append?: boolean

    Append to a file if true, otherwise overwrite

    encoding?: string

    Character encoding, defaults to 'utf8'