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

GenerateResult

interface GenerateResult {
css: string;
layers: string[];
matched: Set<string>;
getLayer(name?: string): string | undefined;
getLayers(includes?: string[], excludes?: string[]): string;
}

§Properties

§
css: string
[src]
§
layers: string[]
[src]
§
matched: Set<string>
[src]

§Methods

§
getLayer(name?: string): string | undefined
[src]
§
getLayers(includes?: string[], excludes?: string[]): string
[src]