UNPKG

swr

Version:

React Hooks library for remote data fetching

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