@ember/test-helpers
Version:
Helpers for testing Ember.js applications
10 lines • 322 B
TypeScript
/**
*
* detect if a value appears to be a promise
*
* @private
* @param {any} [maybePromise] the value being considered to be a promise
* @return {boolean} true if the value appears to be a promise, or false otherwise
*/
export default function (maybePromise: any): boolean;
//# sourceMappingURL=is-promise.d.ts.map