1.0.5 • Published 12 months ago
@10dimen/type-utils v1.0.5
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