vlad 6f123ff03e 18.07 | пре 6 година | |
---|---|---|
.. | ||
node_modules | пре 6 година | |
index.js | пре 6 година | |
license | пре 6 година | |
package.json | пре 6 година | |
readme.md | пре 6 година |
Check if a value is an Observable
$ npm install is-observable
const isObservable = require('is-observable');
isObservable(Observable.of(1, 2));
//=> true
MIT © Sindre Sorhus