biobulkbende.org/node_modules/symbol-observable
Tancre 0efda7fffe structure, layout and automation 2020-09-16 14:23:28 +02:00
..
es structure, layout and automation 2020-09-16 14:23:28 +02:00
lib structure, layout and automation 2020-09-16 14:23:28 +02:00
CHANGELOG.md structure, layout and automation 2020-09-16 14:23:28 +02:00
index.d.ts structure, layout and automation 2020-09-16 14:23:28 +02:00
index.js structure, layout and automation 2020-09-16 14:23:28 +02:00
license structure, layout and automation 2020-09-16 14:23:28 +02:00
package.json structure, layout and automation 2020-09-16 14:23:28 +02:00
readme.md structure, layout and automation 2020-09-16 14:23:28 +02:00

readme.md

symbol-observable Build Status

Symbol.observable ponyfill

Install

$ npm install --save symbol-observable

Usage

const symbolObservable = require('symbol-observable');

console.log(symbolObservable);
//=> Symbol(observable)

License

MIT © Sindre Sorhus