UNPKG

polish-validators

Version:

A set of validator functions that check common polish numbers.

4 lines (3 loc) 223 B
export declare function removeWhitespace(value: string): string; export declare function removeDashesAndWhitespace(value: string): string; export declare function removeDashesSlashesAndWhitespace(value: string): string;