vlad 6f123ff03e 18.07 | hace 6 años | |
---|---|---|
.. | ||
node_modules | hace 6 años | |
index.js | hace 6 años | |
license | hace 6 años | |
package.json | hace 6 años | |
readme.md | hace 6 años |
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