Interface RecordDelimiterToken

Record delimiter token type.

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

Properties

Properties

location: TokenLocation
type: typeof RecordDelimiter
value: string