s-node-utils

0.1.1-node.0.0.7-2 • Public • Published

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");

Soon fully compatible with node-red!

Package Sidebar

Install

npm i s-node-utils

Weekly Downloads

3

Version

0.1.1-node.0.0.7-2

License

MIT

Unpacked Size

2.01 MB

Total Files

65

Last publish

Collaborators

  • fellgill