Skip to main content
Module

x/aleph/lib/@unocss/core.ts>GenerateResult

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface GenerateResult
import { type GenerateResult } from "https://deno.land/x/aleph@1.0.0-alpha.78/lib/@unocss/core.ts";

Properties

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

Methods

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