UNPKG

role-acl

Version:

Role, Attribute and Condition based Access Control for Node.js

5 lines (4 loc) 178 B
var AC = require("./lib/src").AccessControl; module.exports = AC; // adding circular ref to allow easy importing in both ES5/6 and TS projects module.exports.AccessControl = AC;