DefinitelyTyped/types/koa-conditional-get/index.d.ts
2017-12-06 21:11:10 +00:00

12 lines
377 B
TypeScript

// Type definitions for koa-conditional-get 2.0
// Project: https://github.com/koajs/conditional-get#readme
// Definitions by: Matthew Bull <https://github.com/wingsbob>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as koa from 'koa';
declare function koaConditionalGet(): koa.Middleware;
export = koaConditionalGet;