Files

8 lines
336 B
TypeScript
Raw Permalink Normal View History

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