UNPKG

@teleturbis/js-validator

Version:

This is a simple Validator, to check Strings for valid Characters. Also you can check an Email and an IBAN. Read more: https://www.npmjs.com/package/@teleturbis/js-validator

8 lines (7 loc) 287 B
export declare var isValidIban: any; export declare var isValidMail: any; export declare var isNumeric: any; export declare var isAlphabet: any; export declare var isAlphaNumeric: any; export declare var isAlphaPunctuation: any; export declare var isAlphaNumericPunctuation: any;