UNPKG

@buession/shiro

Version:

A security framework for JavaScript or TypeScript.

19 lines (18 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ALL_PERMISSION", { enumerable: true, get: function get() { return _constants.ALL_PERMISSION; } }); Object.defineProperty(exports, "DefaultPrincipal", { enumerable: true, get: function get() { return _principal.DefaultPrincipal; } }); var _constants = require("./constants"); var _principal = require("./principal");