@masx200/koa-range
Version:
range request implementation for koa
10 lines (9 loc) • 403 B
TypeScript
// Type definitions for koa-range 0.3
// Project: https://github.com/koajs/koa-range, https://github.com/yorkie/koa-range
// Definitions by: Sami Kukkonen <https://github.com/strax>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as Koa from "koa";
declare const KoaRange: Koa.Middleware;
declare namespace KoaRange { }
export = KoaRange;