work.suroh.tk/node_modules/symbol-observable
suroh 410082595a init 11ty commit 2019-12-02 13:22:45 +01:00
..
es init 11ty commit 2019-12-02 13:22:45 +01:00
lib init 11ty commit 2019-12-02 13:22:45 +01:00
CHANGELOG.md init 11ty commit 2019-12-02 13:22:45 +01:00
index.d.ts init 11ty commit 2019-12-02 13:22:45 +01:00
index.js init 11ty commit 2019-12-02 13:22:45 +01:00
license init 11ty commit 2019-12-02 13:22:45 +01:00
package.json init 11ty commit 2019-12-02 13:22:45 +01:00
readme.md init 11ty commit 2019-12-02 13:22:45 +01:00

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)

License

MIT © Sindre Sorhus