jack e1a2621c78 update 2 年之前
..
es e1a2621c78 update 2 年之前
lib e1a2621c78 update 2 年之前
CHANGELOG.md e1a2621c78 update 2 年之前
index.d.ts e1a2621c78 update 2 年之前
index.js e1a2621c78 update 2 年之前
license e1a2621c78 update 2 年之前
package.json e1a2621c78 update 2 年之前
readme.md e1a2621c78 update 2 年之前

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