Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/deps/eta.ts>renderFileAsync

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function renderFileAsync
import { renderFileAsync } from "https://deno.land/x/lume@v1.16.1/deps/eta.ts";

Parameters

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

Returns

Promise<string> | void