jspm

Interface IImportMap

Hierarchy

  • IImportMap

Implemented by

Properties

imports?: Record<string, string>
integrity?: {
    [url: string]: string;
}

Type declaration

  • [url: string]: string
scopes?: {
    [scope: string]: Record<string, string>;
}

Type declaration

  • [scope: string]: Record<string, string>

Generated using TypeDoc