NodeJS app ACL for Digital Chameleon
"version": "1.2.xx" to the
npm publish
npm run tsc
npm install dc-nd-acl@
const dcAcl = require("dc-nd-acl");
const acl = new dcAcl.DcAcl();
const cfg = new dcAcl.InitCfg("t", "http://url", {}, "jbbe_mgmt");
acl.init(cfg);
`
Currently available version
1.0.1
run,
npm install dc-nd-acl@1.0.1`