@bagusrin/node-utils
v1.0.3
Published
Utils for NodeJs App
Downloads
1
Maintainers
Readme
node-utils
Installation
This project requires Node.js to run.
How To Install.
$ npm install @bagusrin/node-utils
How To Use.
const {General, DateFormat, Crypt, Serialize} = require('@bagusrin/node-utils');
console.log(Crypt.encrypt('abc'));