outaozhen bb52c63d7d 库提交 5 vuotta sitten
..
es 9778140fc2 测试提交 5 vuotta sitten
lib 9778140fc2 测试提交 5 vuotta sitten
CHANGELOG.md 9778140fc2 测试提交 5 vuotta sitten
index.d.ts 9778140fc2 测试提交 5 vuotta sitten
index.js 9778140fc2 测试提交 5 vuotta sitten
license 9778140fc2 测试提交 5 vuotta sitten
package.json bb52c63d7d 库提交 5 vuotta sitten
readme.md 9778140fc2 测试提交 5 vuotta sitten

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