mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
377 B
TypeScript
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;
|