Files
ueblueprint/js/template/html.js
barsdeveloper a0eeca11d1 Various fixes
2022-03-28 23:04:24 +02:00

8 lines
229 B
JavaScript
Executable File

// @ts-check
/**
* 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