UNPKG

@m-media/vue3-gate-keeper

Version:

Add gates to allow or deny requests in your Vue3 app

6 lines (4 loc) 202 B
import { type Gate, gatePlugin } from './gateKeeper'; import baseGate from './gates/baseGate'; import { useGateKeeper } from './useGateKeeper'; export {type Gate, gatePlugin, baseGate, useGateKeeper};