UNPKG

176 BTypeScriptView Raw
1export declare function isSpace(char: string): boolean;
2export declare function isAlpha(char: string): boolean;
3export declare function preprocessInput(input: string): string;