UNPKG

747 BTypeScriptView Raw
1import { ImportMap } from ".";
2export { parseImportMap, resolveImportMap, resolveIfNotPlainOrUrl } from './common';
3export declare function getPackageBase(url: string, jspmProjectPath: string): string;
4export declare function extend(importMap: ImportMap, extendMap: ImportMap): ImportMap;
5export declare function getScopeMatch(path: any, matchObj: any): any;
6export declare function getImportMatch(path: any, matchObj: any): any;
7export declare function rebaseMap(map: ImportMap, fromPath: string, toPath: string, absolute?: boolean): ImportMap;
8export declare function flattenScopes(importMap: ImportMap): void;
9export declare function clean(importMap: ImportMap): void;
10export declare function validateImportMap(fileName: any, json: any): void;