snowpack
Version:
The ESM-powered frontend build tool. Fast, lightweight, unbundled.
6 lines (5 loc) • 361 B
TypeScript
export declare function checkIdent(code: string, pos: number, text: string): boolean;
export declare function isEOL(code: string, pos: number): boolean;
export declare function isBrOrWsOrPunctuatorNotDot(ch: string): boolean;
export declare function isPunctuator(ch: string): boolean;
export declare function keywordStart(source: string, pos: number): boolean;