jack e1a2621c78 update hace 2 años
..
es e1a2621c78 update hace 2 años
lib e1a2621c78 update hace 2 años
CHANGELOG.md e1a2621c78 update hace 2 años
index.d.ts e1a2621c78 update hace 2 años
index.js e1a2621c78 update hace 2 años
license e1a2621c78 update hace 2 años
package.json e1a2621c78 update hace 2 años
readme.md e1a2621c78 update 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