UNPKG

@otterlord/astro-compress

Version:

🗜️ AstroJS compression utilities. Compress HTML, CSS, JavaScript and more!

12 lines (11 loc) 191 B
export interface MAP { [key: string]: string; } declare const _default: { css: string; html: string; img: string; js: string; svg: string; }; export default _default;