UNPKG

node-simple-validator

Version:
6 lines (5 loc) 264 B
export const isCpf: (cpf: any) => boolean; export const isEmail: (email: any) => boolean; export const isString: (string: any, options?: any) => boolean; export const isNumber: (number: any) => boolean; export const isNumberString: (numberString: any) => boolean;