mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-29 21:17:34 +00:00
* Update `TypeScript Version`s to be at least as high as dependencies' versions * Run through again
11 lines
358 B
TypeScript
11 lines
358 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
|
|
// TypeScript Version: 2.3
|
|
|
|
import * as Koa from "koa";
|
|
declare const KoaRange: Koa.Middleware;
|
|
declare namespace KoaRange { }
|
|
export = KoaRange;
|