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

8 lines
336 B
TypeScript
Raw Normal View History

/**
* Service
* @param template - Service
* @returns Service
* @throws {Error} Service
*/
export declare function flatten(template: string): string;