UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

4 lines 198 B
import _typeof from "@babel/runtime/helpers/esm/typeof"; export function isPromise(object) { return _typeof(object) === 'object' && Object.prototype.toString.call(object) === '[object Promise]'; }