UNPKG

syncbasestore

Version:

Lightweight reactive store with built-in filtering and async state handling

2 lines (1 loc) 74 B
export declare function useBaseFetch<T, R>(selector: (state: T) => R): R;