kiruthiga 55473b7e7c initial push il y a 6 jours
..
es 55473b7e7c initial push il y a 6 jours
lib 55473b7e7c initial push il y a 6 jours
CHANGELOG.md 55473b7e7c initial push il y a 6 jours
index.d.ts 55473b7e7c initial push il y a 6 jours
index.js 55473b7e7c initial push il y a 6 jours
license 55473b7e7c initial push il y a 6 jours
package.json 55473b7e7c initial push il y a 6 jours
readme.md 55473b7e7c initial push il y a 6 jours

readme.md

symbol-observable Build Status

Symbol.observable ponyfill

Install

$ npm install --save symbol-observable

Usage

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

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

Related

License

MIT © Sindre Sorhus and Ben Lesh