@jspm/import-map
    Preparing search index...

    Interface IImportMap

    interface IImportMap {
        imports?: Record<string, string>;
        scopes?: { [scope: string]: Record<string, string> };
        integrity?: { [url: string]: string };
    }

    Implemented by

    Index

    Properties

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