permix
Version:
Permix is a lightweight, framework-agnostic, type-safe permissions management library for JavaScript applications on the client and server sides.
8 lines (7 loc) • 418 B
TypeScript
export { default as Check } from './Check.svelte';
export { createComponents } from './components';
export type { CheckProps, PermixComponents } from './components';
export { providePermix, usePermix } from './context.svelte';
export type { PermixContext } from './context.svelte';
export { default as PermixHydrate } from './PermixHydrate.svelte';
export { default as PermixProvider } from './PermixProvider.svelte';