This file contains 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
'use strict'; | |
/** | |
* Created by Milan Karunarathne | |
* Email: [email protected] | |
* May be freely distributed under the MIT license | |
*/ | |
import EventEmitter from 'events'; | |
class Single extends EventEmitter { |