UNPKG

parse

Version:
6 lines (5 loc) 152 B
/** * This is a simple wrapper to unify EventEmitter implementations across platforms. */ declare let EventEmitter: any; export default EventEmitter;