egg.js icon indicating copy to clipboard operation
egg.js copied to clipboard

Added export and destroy function

Open mert-kosova opened this issue 6 years ago • 1 comments

Added export so it can be imported and added a destroy method so event listeners can be removed via a library method

mert-kosova avatar May 14 '19 07:05 mert-kosova

The Destroy method is a nice addition, but the module.exports will error if you are using the library outside of Node.

mikeflynn avatar May 14 '19 16:05 mikeflynn