mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
10 lines
331 B
TypeScript
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;
|