Files
DefinitelyTyped/types/koa-range/index.d.ts
2017-09-27 09:56:26 -07:00

10 lines
331 B
TypeScript

// Type definitions for koa-range 0.3
// Project: https://github.com/koajs/koa-range
// Definitions by: Sami Kukkonen <https://github.com/strax>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as Koa from "koa";
declare const KoaRange: Koa.Middleware;
declare namespace KoaRange { }
export = KoaRange;