UNPKG

role-acl

Version:

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

9 lines (8 loc) 241 B
export * from './AccessControlError'; export * from './IAccessInfo'; export * from './Access'; export * from './ICondition'; export * from './IDictionary'; export * from './IQueryInfo'; export * from './Query'; export * from './Permission';