vlad 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
..
node_modules 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
index.js 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
license 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
package.json 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
readme.md 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos

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