with-middleware.d.ts 139 B

12
  1. import { Middleware, SWRHook } from '../types';
  2. export declare const withMiddleware: (useSWR: SWRHook, middleware: Middleware) => SWRHook;