mirror of
https://github.com/BradNut/gQuery
synced 2025-09-08 17:40:18 +00:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
|
|
export default function levelupViteCodegen(options: any): {
|
||
|
|
name: string;
|
||
|
|
buildStart(): Promise<void>;
|
||
|
|
transform(src: any, id: any): void;
|
||
|
|
};
|