Categories
property ImportMapDocument.imports

Exact specifier-to-target mappings, sorted by specifier, as in Deno's custom path mappings.

Examples

Example 1

const imports = { '#lib/bytes': './src/lib/bytes.ts' };

Type

Readonly<Record<string, string>>