UNPKG

koa-mongo-router

Version:
5 lines (4 loc) 162 B
import * as Koa from 'koa'; export declare function koaProxy(ctx: Koa.Context, sourceUrl: string, headers?: { [header: string]: string; }): Promise<unknown>;