astro-compress - v2.3.7
    Preparing search index...

    Interface Interface

    interface Interface {
        CSS?: Type | Type[];
        HTML?: "html-minifier-terser" | "html-minifier-terser"[];
        Image?: "sharp" | "sharp"[];
        JavaScript?: "terser" | "terser"[];
        SVG?: "svgo" | "svgo"[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      biome-ignore lint/suspicious/noExplicitAny:

    Index

    Properties

    CSS?: Type | Type[]
    HTML?: "html-minifier-terser" | "html-minifier-terser"[]
    Image?: "sharp" | "sharp"[]
    JavaScript?: "terser" | "terser"[]
    SVG?: "svgo" | "svgo"[]