UNPKG

waitr

Version:

Determine and observe the 'readiness' of an asynchronously updating system of values

4 lines 136 B
var isPromise = function(x){ return (typeof x=='object') && (x!=null) && (typeof x.then=='function'); }; module.exports = isPromise;