Skip to content

ProbedAsset

ts
type ProbedAsset: FetchedAsset & object;

Asset with identified source content.

Type declaration

content

ts
content: ProbedContent;

Source content of the asset.

Source

server/asset.ts:75 ↗