import { readFromJson } from "https://deno.land/x/molt@0.17.2/lib/import_map.ts";
Read an import map from the given file path or URL.
Parameters
url: string | URL
- The URL of the import map.
import { readFromJson } from "https://deno.land/x/molt@0.17.2/lib/import_map.ts";
Read an import map from the given file path or URL.