2.1.0 • Published 5 years ago

tdm-utils v2.1.0

Weekly downloads
1
License
OpenBSD
Repository
github
Last release
5 years ago

tdm-utils

Regroup functions for TDM apps

Installation

Using npm :

$ npm i -g tdm-utils
$ npm i --save tdm-utils

Using Node :

/* require of tdm-utils module  */
const utils = require('tdm-utils');

Launch tests

$ npm run test

Build documentation

$ npm run docs