UNPKG

static-koa-router

Version:
6 lines (5 loc) 162 B
import { SendOptions } from "koa-send"; import { Without } from "."; export interface IServeOptions extends Without<SendOptions, "root"> { defer?: boolean; }