diff --git a/node/node.d.ts b/node/node.d.ts index d2cd41104a..9434764e46 100644 --- a/node/node.d.ts +++ b/node/node.d.ts @@ -33,7 +33,7 @@ declare function clearInterval(intervalId: any); declare var require: { (id: string): any; - resolve(): string; + resolve(id:string): string; cache: any; extensions: any; }