UNPKG

vue-nuxt-permission

Version:

A unified permission system for Vue 3 and Nuxt 3 / Nuxt 4 with directives, guards, and async support.

5 lines 296 B
export declare const getCachedPermission: (key: string) => boolean | null; export declare const setCachedPermission: (key: string, value: boolean) => void; export declare const clearPermissionCache: () => void; export declare const invalidateCache: () => void; //# sourceMappingURL=cache.d.ts.map