UNPKG

288 BTypeScriptView Raw
1export declare const TYPES: number[];
2export declare const IDENTIFIER = 1;
3export declare const OPERATOR = 2;
4export declare const BLANK = 4;
5export declare const QUOTE = 8;
6export declare const INLINE_BLANK = 16;
7export declare const NUMBER = 32;
8export declare const SIGN = 64;