Skip to main content
Module

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

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

Properties

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

Methods

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