Introduction
Migration
Appearance
import { isPromise } from "@tsed/core";
See /packages/core/src/types/utils/objects/isPromise.ts.
function isPromise<T = any>(target: any): target is Promise<T>;
Tests to see if the object is an ES2015 (ES6) Promise