simple-node-module
v1.0.0
Published
Simple node module to test
Downloads
1
Readme
Random String Module
Simple node module to test that returns a string
How to install
npm install --save simple-node-module
How to use
var random = require("simple-node-module");
##Method This method takes an int which specifies the length of chars
random.RandomChar(10);