clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
silberengel 5021ba7335 initial attempt 18 hours ago
..
es initial attempt 18 hours ago
lib initial attempt 18 hours ago
CHANGELOG.md initial attempt 18 hours ago
index.d.ts initial attempt 18 hours ago
index.js initial attempt 18 hours ago
license initial attempt 18 hours ago
package.json initial attempt 18 hours ago
readme.md initial attempt 18 hours ago

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)

License

MIT © Sindre Sorhus and Ben Lesh