1 | import * as ts from 'typescript';
|
2 | export declare function createMinifier(): (next: string, last?: boolean) => string;
|
3 | export declare function minifyTemplate(templateLiteral: ts.TemplateLiteral, factory: ts.NodeFactory): ts.NoSubstitutionTemplateLiteral | ts.TemplateExpression;
|