UNPKG

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