|
|
há 3 anos atrás | |
|---|---|---|
| .. | ||
| index.js | há 3 anos atrás | |
| license | há 3 anos atrás | |
| package.json | há 3 anos atrás | |
| readme.md | há 3 anos atrás | |
Check if a value is an Observable
$ npm install --save is-observable
const isObservable = require('is-observable');
isObservable(Observable.of(1, 2));
//=> true
MIT © Sindre Sorhus