UNPKG

99 BTypeScriptView Raw
1import { Route } from './types/route';
2export declare const withServerless: (route: Route) => any;