mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-13 00:24:48 +08:00
8 lines
229 B
JavaScript
Executable File
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
|