Created
October 3, 2019 21:00
-
-
Save sdejean28/7dbc62e9c030d9a1a415536b5b14b5d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let EventEmitter = require('events').EventEmitter | |
let notifier = new EventEmitter() | |
module.exports = notifier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment