UNPKG

@xoid/svelte

Version:

Framework-agnostic state management library designed for simplicity and scalability

4 lines (2 loc) 73 B
declare const useAdapter: <T>(fn: () => T) => T; export { useAdapter };