IOweb/node_modules/astro/dist/vite-plugin-html/index.d.ts
2026-07-03 15:07:38 -05:00

11 lines
250 B
TypeScript

import { transform } from './transform/index.js';
export default function html(): {
name: string;
options(options: any): void;
transform: {
filter: {
id: RegExp;
};
handler: typeof transform;
};
};