UNPKG

@jsonjoy.com/util

Version:
5 lines 236 B
export type CharPredicate = (char: string) => boolean; export declare const isLetter: CharPredicate; export declare const isWhitespace: CharPredicate; export declare const isPunctuation: CharPredicate; //# sourceMappingURL=util.d.ts.map