Bakhtina Sofya b84cb877be 1st comm 3 주 전
..
es b84cb877be 1st comm 3 주 전
lib b84cb877be 1st comm 3 주 전
CHANGELOG.md b84cb877be 1st comm 3 주 전
index.d.ts b84cb877be 1st comm 3 주 전
index.js b84cb877be 1st comm 3 주 전
license b84cb877be 1st comm 3 주 전
package.json b84cb877be 1st comm 3 주 전
readme.md b84cb877be 1st comm 3 주 전

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