web-csv-toolbox
    Preparing search index...

    Interface CSVLexerLexOptions

    Options for the CSVLexer.lex method.

    interface CSVLexerLexOptions {
        stream?: boolean;
    }
    Index

    Properties

    Properties

    stream?: boolean

    If true, indicates that more chunks are expected. If false or omitted, flushes remaining data.