UNPKG

138 BTypeScriptView Raw
1import { Context } from './types/route';
2export declare const withConnect: (connect: any) => (fn: any) => (ctx: Context) => Promise<any>;