UNPKG

101 BTypeScriptView Raw
1/**
2 * Checks if the character is a space.
3 */
4export declare function isSpace(ch: number): boolean;