Files

8 lines
336 B
TypeScript
Raw Permalink 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;