Skip to main content
Module

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

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

Properties

name: string
optional
order: number

Methods

extract(ctx: ExtractorContext): Awaitable<Set<string> | undefined>