UNPKG

202 BTypeScriptView Raw
1import { SetLookup } from './types';
2export declare const INTS: SetLookup;
3export declare const WORDS: SetLookup;
4export declare const WHITESPACE: SetLookup;
5export declare const NOTANYCHAR: SetLookup;