mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update index.d.ts
This commit is contained in:
Vendored
+6
@@ -322,6 +322,12 @@ declare namespace SystemJSLoader {
|
||||
/**
|
||||
* Resolves module name to normalized URL.
|
||||
*/
|
||||
resolve(moduleName: string): Promise<string>;
|
||||
|
||||
/**
|
||||
* Resolves module name to normalized URL.
|
||||
* Synchronous alternative to `SystemJS.resolve`.
|
||||
*/
|
||||
resolveSync(moduleName: string): string;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user