is-observable

Check if a value is an Observable

MIT 7 个版本
安装
npm install is-observable
yarn add is-observable
pnpm add is-observable
bun add is-observable
README

is-observable

Check if a value is an Observable

Install

npm install is-observable

Usage

import isObservable from 'is-observable';

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

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.
版本列表
3.0.0 2022-06-06
2.1.0 2020-08-02
2.0.0 2019-05-28
1.1.0 2017-12-07
1.0.0 2017-11-03
0.2.0 2016-04-19
0.1.0 2015-11-19