Files
cool-admin/cool-admin-vue/packages/vite-plugin/dist/uniapp-x/flatten.d.ts

8 lines
336 B
TypeScript
Raw Normal View History

2025-08-15 21:37:29 +08:00
/**
* Service
* @param template - Service
* @returns Service
* @throws {Error} Service
*/
export declare function flatten(template: string): string;