UNPKG

typenexus

Version:

TypeNexus is a good tool for API encapsulation and management. It provides a clean and lightweight way to package TypeORM functionality, helping you build applications faster while reducing template code redundancy and type conversion work.

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>;