mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
6 lines
186 B
JavaScript
6 lines
186 B
JavaScript
const renderTemplate = async (t, d) =>
|
|
(await import('https://esm.sh/handlebars'))
|
|
.default.compile(t)(d)
|
|
export default renderTemplate;
|
|
// Generation time: 29.656s
|
|
// Result: PASS
|