Merge pull request #499 from Bartvds/master

node.js: added id argument to require.resolve()
This commit is contained in:
Diullei Gomes
2013-04-30 04:55:39 -07:00
+1 -1
View File
@@ -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;
}