vlad 6f123ff03e 18.07 6 years ago
..
es 6f123ff03e 18.07 6 years ago
lib 6f123ff03e 18.07 6 years ago
CHANGELOG.md 6f123ff03e 18.07 6 years ago
index.d.ts 6f123ff03e 18.07 6 years ago
index.js 6f123ff03e 18.07 6 years ago
license 6f123ff03e 18.07 6 years ago
package.json 6f123ff03e 18.07 6 years ago
readme.md 6f123ff03e 18.07 6 years ago

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