Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

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

Methods

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