UNPKG

@buession/shiro

Version:

A security framework for JavaScript or TypeScript.

6 lines (5 loc) 192 B
import { Shiro } from './shiro'; export { Shiro } from './shiro'; export { ALL_PERMISSION } from './core'; export type { PrincipalPlainObject, Principal } from './core'; export default Shiro;