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

x/astro_compress/dist/lib/parse.d.ts>default

🗜️ AstroJS compression utilities. Compress CSS, HTML, JavaScript and more.
Go to Latest
variable default
import { default } from "https://deno.land/x/astro_compress@v1.1.7/dist/lib/parse.d.ts";

type

(
glob: string,
debug: number | undefined,
type: string | undefined,
exclude: Options["exclude"],
write?: (data: string) => any,
read?: (file: string) => any,
) => Promise<void>