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