armansansd 3424b1927b first commit 2 лет назад
..
es 3424b1927b first commit 2 лет назад
lib 3424b1927b first commit 2 лет назад
CHANGELOG.md 3424b1927b first commit 2 лет назад
index.d.ts 3424b1927b first commit 2 лет назад
index.js 3424b1927b first commit 2 лет назад
license 3424b1927b first commit 2 лет назад
package.json 3424b1927b first commit 2 лет назад
readme.md 3424b1927b first commit 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