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