UNPKG
@lcsf/acl
Version:
latest (1.1.3)
next (1.0.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
权限控制模块
@lcsf/acl
/
src
/
lc-acl.config.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
import
{
LcACLConfig
}
from
'./lc-acl.type'
;
export
declare
const
ACL_DEFAULT_CONFIG
:
LcACLConfig
;