Zhouyiping 5a7c95461a first commit 2 өдөр өмнө
..
index.js 5a7c95461a first commit 2 өдөр өмнө
license 5a7c95461a first commit 2 өдөр өмнө
package.json 5a7c95461a first commit 2 өдөр өмнө
readme.md 5a7c95461a first commit 2 өдөр өмнө

readme.md

is-observable Build Status

Check if a value is an Observable

Install

$ npm install is-observable

Usage

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

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

Related

License

MIT © Sindre Sorhus