Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssetURLOptions

interface AssetURLOptions {
base?: string | null;
includeAbsolute?: boolean;
}

§Properties

§
base?: string | null
[src]

If base is provided, instead of transforming relative asset urls into imports, they will be directly rewritten to absolute urls.

§
includeAbsolute?: boolean
[src]

If true, also processes absolute urls.