travel/admin/node_modules/is-observable
yaosen 242417d45d init... 2024-06-24 11:28:18 +08:00
..
index.js init... 2024-06-24 11:28:18 +08:00
license init... 2024-06-24 11:28:18 +08:00
package.json init... 2024-06-24 11:28:18 +08:00
readme.md init... 2024-06-24 11:28:18 +08:00

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

License

MIT © Sindre Sorhus