UNPKG

swr

Version:

React Hooks library for remote data fetching

8 lines (5 loc) 219 B
import { Key, Arguments } from './types.js'; export { SWRConfig } from './index.js'; export { INFINITE_PREFIX } from './constants.js'; declare const serialize: (key: Key) => [string, Arguments]; export { serialize };