tydet-utils
v1.4.0
Published
TyDeT Utils is a Typescript & Javascript library with reusable components for variable validation.
Maintainers
Readme
TyDeT Utils
A Typescript & Javascript library with reusable components for common validations.
TyDeT (Typescript Developer Tools) Utils is a set of resuable components for variable manipulation and validation. The package has utilities and validations for strings, numbers, dates and enumerations.
Installation
This is a Node.js module available through the npm registry. Installation is done using the npm install command:
npm install tydet-utilsUsage
Basic usage
import { StringUtils } from 'tydet-utils';
console.log(StringUtils.isEmpty(" a ")); // returns false
console.log(StringUtils.isEmpty(" ")); // returns trueCheck the docs for all the available components.
Changelog
Learn about the latest improvements.
License
Contributing
We'd love for you to contribute to TyAPI-Utils and help make it even better than it is today! Find out how you can contribute here.
