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

x/live/observability/probes/handler.ts>LiveChecker

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Latest
interface LiveChecker
import { type LiveChecker } from "https://deno.land/x/live@1.104.1/observability/probes/handler.ts";

Type Parameters

optional
TValue = number

Properties

name: string
get: () => TValue
optional
observe: (req: Request) => { end: (response?: Response) => void; } | void
print: (val: TValue) => unknown
check: (val: TValue) => boolean