init
This commit is contained in:
6
cool-admin-vue/packages/vite-plugin/dist/file/index.d.ts
vendored
Normal file
6
cool-admin-vue/packages/vite-plugin/dist/file/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
interface Item {
|
||||
path: string;
|
||||
code: string;
|
||||
}
|
||||
export declare function createFile(data: Item | Item[]): Promise<void>;
|
||||
export {};
|
Reference in New Issue
Block a user