minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / util / isPromise.js
1 /** PURE_IMPORTS_START  PURE_IMPORTS_END */
2 export function isPromise(value) {
3     return !!value && typeof value.subscribe !== 'function' && typeof value.then === 'function';
4 }
5 //# sourceMappingURL=isPromise.js.map