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

x/levo/src/lispy-element-to-virtual-node.ts>lispyElementToVirtualNode

Server side rendering with The Elm Architecture in Deno
Latest
variable lispyElementToVirtualNode
Deprecated
Deprecated

Currently not being used anywhere

import { lispyElementToVirtualNode } from "https://deno.land/x/levo@v0.0.27/src/lispy-element-to-virtual-node.ts";

type

<Action>(node: LispyElements<Action>) => VirtualNode<Action>