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

x/levo/src/mount.ts>mount

Server side rendering with The Elm Architecture in Deno
Latest
variable mount
import { mount } from "https://deno.land/x/levo@v0.0.27/src/mount.ts";

type

<Action>(unnamed 0: { virtualNode: VirtualNode<Action>; }) => { node: Node; virtualNode: MountedVirtualNode<Action>; }