UNPKG

routing-controllers

Version:

Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.

5 lines (4 loc) 129 B
/** * Checks if given value is a Promise-like object. */ export declare function isPromiseLike(arg: any): arg is Promise<any>;