We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6b19e commit c586448Copy full SHA for c586448
src/master/implementation.node.ts
@@ -2,7 +2,7 @@
2
// tslint:disable function-constructor no-eval no-duplicate-super max-classes-per-file
3
4
import getCallsites, { CallSite } from "callsites"
5
-import EventEmitter from "events"
+import { EventEmitter } from "events"
6
import { cpus } from 'os'
7
import * as path from "path"
8
import {
0 commit comments