UNPKG

capstone-accesscontrol

Version:

Role and Attribute based Access Control for Node.js

5 lines (4 loc) 174 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;