UNPKG

html-template-tag

Version:

ES6 Tagged Template for compiling HTML template strings.

3 lines (2 loc) 143 B
declare function htmlTemplateTag(literals: TemplateStringsArray, ...substs: Array<string | string[]>): string; export default htmlTemplateTag;