mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 00:03:38 -05:00
chore(package): re-init package with commitizen and standard-release
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