Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface ExtractorResultDetailed
import { type ExtractorResultDetailed } from "https://deno.land/x/purgecss@0.1.4/src/types/index.ts";

Properties

attributes: { names: string[]; values: string[]; }
classes: string[]
ids: string[]
tags: string[]
undetermined: string[]