UNPKG

124 BTypeScriptView Raw
1declare module '@vxna/mini-html-webpack-template' {
2 function template(...args: any[]): string;
3 export = template;
4}