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

x/levo/mod/levo-view.ts>createDispatch

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

type

<Action extends { $: string; }>() => Levo.Dispatch<Action>