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

x/live/runtime/fresh/middlewares/2_stateBuilder.ts>injectLiveStateForPath

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
variable injectLiveStateForPath
import { injectLiveStateForPath } from "https://deno.land/x/live@1.60.20/runtime/fresh/middlewares/2_stateBuilder.ts";

type

(path: string, handlers: Handler<any, any> | Handlers<any, any> | undefined) => Handler<any, any> | Handlers<any, any>