Files
DefinitelyTyped/types/koa-response-time/index.d.ts
2018-05-03 09:53:21 -07:00

9 lines
333 B
TypeScript

// Type definitions for koa-response-time 2.0
// Project: https://github.com/koajs/response-time#readme
// Definitions by: Thor Sedeke <https://github.com/thorsedeke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
declare function koa_response_time(): any;
export = koa_response_time;