use named import for EventEmitter (#4)
This commit is contained in:
parent
f6c7ac4bc8
commit
08ebc04844
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import * as EventEmitter from 'events';
|
||||
import { EventEmitter } from 'events';
|
||||
import * as fs from 'fs';
|
||||
import { promisify } from 'util';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue