Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/nat/mod.ts>h

A server side rendering framework for Deno CLI and Deploy. 🦟 🦕
Latest
variable h
import { h } from "https://deno.land/x/nat@0.0.2/mod.ts";

type

(
tagNameOrComponent: any,
props?: any,
...children: any[],
) => unknown