UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

6 lines (5 loc) 212 B
export { default } from './Role'; export { default as AdminPermission } from './AdminPermission'; export { default as UserPermission } from './UserPermission'; import * as utils from './utils'; export { utils };