UNPKG

128 BTypeScriptView Raw
1import type { ImportMaps } from "./types";
2export declare function parseFromString(input: string, baseURL: string): ImportMaps;