unboundedpress/node_modules/is-observable
2019-07-23 04:28:47 +00:00
..
index.js initial commit 2019-07-23 04:28:47 +00:00
license initial commit 2019-07-23 04:28:47 +00:00
package.json initial commit 2019-07-23 04:28:47 +00:00
readme.md initial commit 2019-07-23 04:28:47 +00:00

is-observable Build Status

Check if a value is an Observable

Install

$ npm install --save is-observable

Usage

const isObservable = require('is-observable');

isObservable(Observable.of(1, 2));
//=> true

License

MIT © Sindre Sorhus