@tspower/check
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @tspower/check

Weekly Downloads

0

Version

1.2.4

License

MIT

Unpacked Size

8.49 kB

Total Files

5

Last publish

Collaborators

  • luigisenzamici