mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
removed console type since it is included in the lib.d.ts standard definition file (TypeScript 0.9)
This commit is contained in:
11
node/node.d.ts
vendored
11
node/node.d.ts
vendored
@@ -12,17 +12,6 @@
|
||||
declare var process: NodeProcess;
|
||||
declare var global: any;
|
||||
|
||||
declare var console: {
|
||||
log(...data: any[]): void;
|
||||
info(...data: any[]): void;
|
||||
error(...data: any[]): void;
|
||||
warn(...data: any[]): void;
|
||||
dir(obj: any): void;
|
||||
timeEnd(label: string): void;
|
||||
trace(label: string): void;
|
||||
assert(expression: any, ...message: string[]): void;
|
||||
}
|
||||
|
||||
declare var __filename: string;
|
||||
declare var __dirname: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user