UNPKG

@jsonjoy.com/util

Version:
5 lines (4 loc) 202 B
export type CharPredicate = (char: string) => boolean; export declare const isLetter: CharPredicate; export declare const isWhitespace: CharPredicate; export declare const isPunctuation: CharPredicate;