vlad 6f123ff03e 18.07 il y a 6 ans
..
es 6f123ff03e 18.07 il y a 6 ans
lib 6f123ff03e 18.07 il y a 6 ans
CHANGELOG.md 6f123ff03e 18.07 il y a 6 ans
index.d.ts 6f123ff03e 18.07 il y a 6 ans
index.js 6f123ff03e 18.07 il y a 6 ans
license 6f123ff03e 18.07 il y a 6 ans
package.json 6f123ff03e 18.07 il y a 6 ans
readme.md 6f123ff03e 18.07 il y a 6 ans

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