UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

5 lines (4 loc) 101 B
/** * Checks if the character is a space. */ export declare function isSpace(ch: number): boolean;