mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
require.resolve - added id argument
This commit is contained in:
parent
6eff7d1d3f
commit
79d3a4e648
2
node/node.d.ts
vendored
2
node/node.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user