UNPKG

permix

Version:

Permix is a lightweight, framework-agnostic, type-safe permissions management library for JavaScript applications on the client and server sides.

14 lines (13 loc) 328 B
import Check from './Check.svelte'; /** * Creates type-safe Permix components for Svelte bound to your instance. * * @link https://permix.letstri.dev/docs/integrations/svelte */ export function createComponents( // eslint-disable-next-line unused-imports/no-unused-vars permix) { return { Check: Check, }; }