Skip to main content
Module

x/dtils/jsx.ts>h

The best unofficial library of utilities for Deno applications
Go to Latest
function h
import { h } from "https://deno.land/x/dtils@1.7.0/jsx.ts";

Parameters

type: string | JsxComponent
props: any
...children: Promise<string>[]

Returns

Promise<string>