Zhouyiping 5a7c95461a first commit 3 dni temu
..
index.js 5a7c95461a first commit 3 dni temu
license 5a7c95461a first commit 3 dni temu
package.json 5a7c95461a first commit 3 dni temu
readme.md 5a7c95461a first commit 3 dni temu

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