|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| index.js | %!s(int64=2) %!d(string=hai) anos | |
| license | %!s(int64=2) %!d(string=hai) anos | |
| package.json | %!s(int64=2) %!d(string=hai) anos | |
| readme.md | %!s(int64=2) %!d(string=hai) anos | |
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