1.3.1 • Published 10 months ago

tydet-utils v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

MIT 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.

1.3.1

10 months ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago