UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

4 lines 208 B
export declare const isAlpha: (x: string) => boolean; export declare const isAlphaNum: (x: string) => boolean; export declare const isNumeric: (x: string) => boolean; //# sourceMappingURL=is-alphanum.d.ts.map