wallet-core/node_modules/is-observable
2017-05-28 00:40:43 +02:00
..
index.js add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
license add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
package.json add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
readme.md add linting (and some initial fixes) 2017-05-28 00:40:43 +02: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