mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
Fix node tests to be compatible with --esModuleInterop (#23437)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as assert from "assert";
|
||||
import assert = require("assert");
|
||||
import * as fs from "fs";
|
||||
import * as events from "events";
|
||||
import events2 = require("events");
|
||||
|
||||
Reference in New Issue
Block a user