Interface IImportMap
Hierarchy
- IImportMap
Implemented by
Index
Properties
Properties
Optional
imports
imports?: Record<string, string>
Optional
integrity
integrity?: {
[url: string]: string;
}
[url: string]: string;
}
Type declaration
-
[url: string]: string
Optional
scopes
scopes?: {
[scope: string]: Record<string, string>;
}
[scope: string]: Record<string, string>;
}
Type declaration
-
[scope: string]: Record<string, string>
Generated using TypeDoc