armansansd 3424b1927b first commit hace 2 años
..
es 3424b1927b first commit hace 2 años
lib 3424b1927b first commit hace 2 años
CHANGELOG.md 3424b1927b first commit hace 2 años
index.d.ts 3424b1927b first commit hace 2 años
index.js 3424b1927b first commit hace 2 años
license 3424b1927b first commit hace 2 años
package.json 3424b1927b first commit hace 2 años
readme.md 3424b1927b first commit hace 2 años

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)

Related

License

MIT © Sindre Sorhus