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

ExtractResult

Result of extract

interface ExtractResult {
css: string;
html: string;
}

§Properties

§
css: string
[src]

The generated CSS

§
html: string
[src]

The possibly modified HTML