Files
ueblueprint/js/template/html.js
2022-01-18 21:21:45 +01:00

6 lines
213 B
JavaScript
Executable File

/**
* This solves the sole purpose of providing compression capability for html inside template literals strings. Check rollup.config.js function minifyHTML()
*/
const html = String.raw
export default html