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