web-csv-toolbox
    Preparing search index...

    Interface FieldDelimiterToken

    Field delimiter token type.

    interface FieldDelimiterToken {
        location: TokenLocation;
        type: typeof FieldDelimiter;
        value: string;
    }
    Index

    Properties

    Properties

    location: TokenLocation
    type: typeof FieldDelimiter
    value: string