Skip to main content
Module

x/eta/mod.ts>__express

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Go to Latest
function __express
import { __express } from "https://deno.land/x/eta@v2.2.0/mod.ts";

Parameters

filename: string
data: DataObj
optional
config: PartialConfig
optional
cb: CallbackFn

Returns

Promise<string> | void