kiruthiga 55473b7e7c initial push 5 天之前
..
es 55473b7e7c initial push 5 天之前
lib 55473b7e7c initial push 5 天之前
CHANGELOG.md 55473b7e7c initial push 5 天之前
index.d.ts 55473b7e7c initial push 5 天之前
index.js 55473b7e7c initial push 5 天之前
license 55473b7e7c initial push 5 天之前
package.json 55473b7e7c initial push 5 天之前
readme.md 55473b7e7c initial push 5 天之前

readme.md

symbol-observable Build Status

Symbol.observable ponyfill

Install

$ npm install --save symbol-observable

Usage

const symbolObservable = require('symbol-observable').default;

console.log(symbolObservable);
//=> Symbol(observable)

Related

License

MIT © Sindre Sorhus and Ben Lesh