mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Remove unneeded references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="node-0.11.d.ts" />
|
||||
|
||||
|
||||
import assert = require("assert");
|
||||
import fs = require("fs");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="node-0.12.d.ts" />
|
||||
|
||||
import * as assert from "assert";
|
||||
import * as fs from "fs";
|
||||
import * as events from "events";
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
/// <reference path="node.d.ts" />
|
||||
|
||||
import * as assert from "assert";
|
||||
import * as fs from "fs";
|
||||
import * as events from "events";
|
||||
|
||||
Reference in New Issue
Block a user