Skip to content

ES6 import

Compare
Choose a tag to compare
@lpinca lpinca released this 27 Sep 06:45
· 168 commits to master since this release

This release comes with a minor fix that allows EventEmitter to be imported as module namespace in ES6-compatible environments.

import { EventEmitter } from 'eventemitter3';