mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
6
node_modules/rxjs/util/isPromise.js
generated
vendored
Normal file
6
node_modules/rxjs/util/isPromise.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
function isPromise(value) {
|
||||
return value && typeof value.subscribe !== 'function' && typeof value.then === 'function';
|
||||
}
|
||||
exports.isPromise = isPromise;
|
||||
//# sourceMappingURL=isPromise.js.map
|
Reference in New Issue
Block a user