@10dimen/type-utils
v1.0.5
Published
A comprehensive utility package for type checking and validation. Easily determine data types and check for non-empty values with a single, lightweight library.
Downloads
3
Maintainers
Readme
type-utils
type-utils is a comprehensive utility package for type checking and validation. With this lightweight library, you can easily determine data types and check for non-empty values. Perfect for projects requiring robust data validation and type inspection.
Features
- Type Checking: Determine if a value is a string, number, boolean, function, object, array, date, or long (int64).
- Validation: Check if a value is not empty, including support for arrays and objects.
- Utility Functions: Additional helper functions to enhance data validation and inspection.
Installation
Install the package via npm:
npm install @10dimen/type-utils