0.1.1-node.0.0.7-2 • Published 4 years ago

s-node-utils v0.1.1-node.0.0.7-2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

S-NODE-UTILS

npm.io npm.io npm.io npm.io npm.io npm.io npm.io

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!