TypeScript: exported ponyfill now works with TypeScript (c0b894e)
Features
es2015: add es2015 implementation to support rollup (#10) (7a41de9)
BREAKING CHANGES
TypeScript: CJS users will now have to require('symbol-observable').default rather than just require('symbol-observable') this was done to better support ES6 module bundlers.