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

ExtraContentOptions

interface ExtraContentOptions {
filesystem?: string[];
plain?: string[];
}

§Properties

§
filesystem?: string[]
[src]

Glob patterns to match the files to be extracted In dev mode, the files will be watched and trigger HMR

§
plain?: string[]
[src]

Plain text to be extracted