UNPKG

xpath-ts2

Version:

DOM 3 and 4 XPath 1.0 implementation for browser and Node.js environment with support for typescript 5.

4 lines (3 loc) 165 B
export declare function isSpace(c: number): boolean; export declare function isLetter(c: number): boolean; export declare function isNCNameChar(c: number): boolean;