blob: 7ffe2065a05c6127fdac62eab7d0c53a7f1fd376 [file] [log] [blame]
export function isPromise(value) {
return !!value && typeof value.subscribe !== 'function' && typeof value.then === 'function';
}
//# sourceMappingURL=isPromise.js.map