s-node-utils
v0.1.1-node.0.0.7-2
Published
Quick utility functions for node.js.
Maintainers
Readme
S-NODE-UTILS
Doc here !
Mathematical library here (Doc here)
Example to use in s-node-utils
- For the lib, is:
var slm = require("s-lib-math");
slm.add(4, 4);- For the module is:
var snu = require("s-node-utils");
snu.math.add(4, 4);"IS" library here (Doc here)
Example to use in s-node-utils
- For the lib, is:
var sli = require("s-lib-is");
sli.number("5");- For the module is:
var snu = require("s-node-utils");
snu.is.number("5");Array library here (Doc here)
Example to use in s-node-utils
- For the lib, is:
var sla = require("s-lib-array");
sla.arrayify("abc");- For the module is:
var snu = require("s-node-utils");
snu.array.arrayify("abc");