vlad 6f123ff03e 18.07 6 gadi atpakaļ
..
node_modules 6f123ff03e 18.07 6 gadi atpakaļ
index.js 6f123ff03e 18.07 6 gadi atpakaļ
license 6f123ff03e 18.07 6 gadi atpakaļ
package.json 6f123ff03e 18.07 6 gadi atpakaļ
readme.md 6f123ff03e 18.07 6 gadi atpakaļ

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