UNPKG

swr-store

Version:
3 lines (2 loc) 168 B
import { SWRStore, SWRStoreOptions } from './types'; export default function createSWRStore<T, P extends any[] = []>(options: SWRStoreOptions<T, P>): SWRStore<T, P>;