egg.js
egg.js copied to clipboard
Added export and destroy function
Added export so it can be imported and added a destroy method so event listeners can be removed via a library method
The Destroy method is a nice addition, but the module.exports will error if you are using the library outside of Node.