Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/src/renderer/mod.ts>Content

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function Content
Re-export
import { Content } from "https://deno.land/x/alosaur@v0.18.1/src/renderer/mod.ts";

Render json, number, boolean, or string content

Parameters

optional
result:
| string
| number
| boolean
| Object
optional
status: number = [UNSUPPORTED]