Skip to main content
Module

x/abc/mod.ts>Renderer

A better Deno framework to create web application.
Go to Latest
interface Renderer
import { type Renderer } from "https://deno.land/x/abc@v0.1.11/mod.ts";

Renderer is the interface that wraps the render function.

Properties

optional
templates: string

Methods

render<T>(name: string, data: T): Promise<Deno.Reader>