UNPKG

@geexbox/accesscontrol

Version:

Subject and Attribute based Access Control for Node.js

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