type alias PreFetchedContent

Pre-fetched content map - allows passing content directly without network/file access. Keys are source identifiers (URLs or names), values are the content strings.

Definition

Map<string, string> | Record<string, string>

Usage

import { type PreFetchedContent } from ".";