Initial commit
This commit is contained in:
8
node_modules/astro/dist/vite-plugin-html/index.d.ts
generated
vendored
Normal file
8
node_modules/astro/dist/vite-plugin-html/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function html(): {
|
||||
name: string;
|
||||
options(options: any): void;
|
||||
transform(source: string, id: string): Promise<{
|
||||
code: string;
|
||||
map: import("magic-string").SourceMap;
|
||||
} | undefined>;
|
||||
};
|
||||
Reference in New Issue
Block a user