1.3.1 • Published 10 months ago
tydet-utils v1.3.1
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-utils
Usage
Basic usage
import { StringUtils } from 'tydet-utils';
console.log(StringUtils.isEmpty(" a ")); // returns false
console.log(StringUtils.isEmpty(" ")); // returns true
Check 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.