UNPKG

341 BTypeScriptView Raw
1/**
2 * Returns true iff all chars are in ASCII range `[0x00,0x7f]`
3 *
4 * @param x -
5 */
6export declare const isASCII: (x: string) => boolean;
7/**
8 * Returns true iff all chars are in printable ASCII range `[0x20,0x7e]`
9 *
10 * @param x -
11 */
12export declare const isPrintableASCII: (x: string) => boolean;
13//# sourceMappingURL=is-ascii.d.ts.map
\No newline at end of file