UNPKG

meta-sanitizer

Version:

This lib contain useful functions to sanitize strings.

2 lines (1 loc) 98 B
export declare function justCharsAndNumbers(stringToSanize: string, allowSpace: boolean): string;