UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 262 B
/** * Test a string for all white space characters * @param input - string to test * @returns true, if all characters in the string are white space * @group String * @category Categorization */ export declare function isWhitespace(input: string): boolean;