unboundedpress/node_modules/symbol-observable
Michael Winter 555e2c196e initial commit
..
CHANGELOG.md initial commit
index.d.ts initial commit
index.js initial commit
license initial commit
package.json initial commit
ponyfill.js initial commit
readme.md initial commit

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)

License

MIT © Sindre Sorhus