Eric Foster 35b96bc934 initial commit пре 6 година
..
es initial commit пре 6 година
lib initial commit пре 6 година
CHANGELOG.md initial commit пре 6 година
index.d.ts initial commit пре 6 година
index.js initial commit пре 6 година
license initial commit пре 6 година
package.json initial commit пре 6 година
readme.md initial commit пре 6 година

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