UNPKG

350 BTypeScriptView Raw
1import { Set } from './types';
2export declare type SetFunc = () => Set;
3export declare const words: SetFunc;
4export declare const notWords: SetFunc;
5export declare const ints: SetFunc;
6export declare const notInts: SetFunc;
7export declare const whitespace: SetFunc;
8export declare const notWhitespace: SetFunc;
9export declare const anyChar: SetFunc;