APPLE 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
..
index.js 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
license 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
package.json 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
readme.md 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos

readme.md

is-observable Build Status

Check if a value is an Observable

Install

$ npm install --save is-observable

Usage

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

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

Related

License

MIT © Sindre Sorhus