class ModuleEngine
implements Engine
import { ModuleEngine } from "https://deno.land/x/lume@v2.4.1/plugins/modules.ts";
Template engine to render js/ts files
Properties
helpers: Record<string, Helper>
Methods
render(content: unknown, data: Record<string, unknown>): Promise<unknown>
renderComponent(content: unknown, data: Record<string, unknown>): string