mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Modify to es6 module standard format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="./power-assert.d.ts" />
|
||||
|
||||
import assert = require("power-assert");
|
||||
import assert from "power-assert";
|
||||
|
||||
assert(1 + 1 - 2 === 0, "The universe isn't how it should.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user