UNPKG

permix

Version:

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

6 lines (5 loc) 297 B
export { default as Check } from './Check.svelte'; export { createComponents } from './components'; export { providePermix, usePermix } from './context.svelte'; export { default as PermixHydrate } from './PermixHydrate.svelte'; export { default as PermixProvider } from './PermixProvider.svelte';