1
Fork 0

use named import for EventEmitter (#4)

This commit is contained in:
Ryan Atkinson 2021-09-06 17:03:09 -05:00 committed by GitHub
parent f6c7ac4bc8
commit 08ebc04844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import * as EventEmitter from 'events';
import { EventEmitter } from 'events';
import * as fs from 'fs';
import { promisify } from 'util';