Options
All
  • Public
  • Public/Protected
  • All
Menu

@tspower/check

Check alt text

Simple Collection of checks functions!

Available Methods

1 - isEmpty(value: any): boolean;
2 - notEmpty(value: any): boolean;
3 - isInteger(value: any): boolean;
4 - isFloat(value: any): boolean;
5 - isNegative(value: any): boolean;
6 - isItalianZipCode(value: any): boolean;
7 - isEmail(value: any): boolean;
8 - isGenericPhoneNumber(value: any): boolean;
9 - isItalianMobilePhoneNumber(value: any): boolean;

Documentation

Detailed documentation here

Install

npm i @tspower/check

Author

Luigi Senzamici
Email: luigisenzamici@gmail.com
Pegaso Professional

License

MIT License

Generated using TypeDoc