0.0.4 • Published 9 years ago

kalam v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

utils

Utility library for node.js

Installation

install via NPM:

npm install kalam

Usage

Initializing:

var utils = require('kalam');

getUid(options);

var uid = utils.getUid();
utils.log(uid);

hexToString(hexValue);

var result = utils.hexToString('0xD');
utils.log(result);

stringToHex(strValue);

var result = utils.stringToHex('\r');
utils.log(result);

Contributions

Contributions are welcome

Issues

Please file your issues here: