readImportMapJson(url: string | URL): Promise<ImportMapJson>
Read and parse a JSON including import maps from the given file path or URL.
Modules to collect and manipulate Deno dependencies and updates
readImportMapJson(url: string | URL): Promise<ImportMapJson>
Read and parse a JSON including import maps from the given file path or URL.
Add Package
deno add jsr:@molt/core
Import symbol
import { readImportMapJson } from "@molt/core/maps";
---- OR ----
Import directly with a jsr specifier
import { readImportMapJson } from "jsr:@molt/core/maps";