JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3196467
  • Score
    100M100P100Q189634F
  • License MIT

Check if a value is an Observable

Package Exports

  • 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.