mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
added missing require.main
This commit is contained in:
Vendored
+1
@@ -36,6 +36,7 @@ declare var require: {
|
||||
resolve(id:string): string;
|
||||
cache: any;
|
||||
extensions: any;
|
||||
main:any;
|
||||
}
|
||||
|
||||
declare var module: {
|
||||
|
||||
Reference in New Issue
Block a user