web-csv-toolbox
    Preparing search index...

    Interface RecordDelimiterToken

    Record delimiter token type.

    interface RecordDelimiterToken {
        location: TokenLocation;
        type: typeof RecordDelimiter;
        value: string;
    }
    Index

    Properties

    Properties

    location: TokenLocation
    type: typeof RecordDelimiter
    value: string