UNPKG

@nangazaki/vue-rbac

Version:

Role-Based Access Control (RBAC) implementation for Vue.js

3 lines (2 loc) 126 B
import { type RBAC, type RBACConfig } from "./types"; export declare function createRBAC(config?: Partial<RBACConfig>): RBAC;