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

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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface LiveChecker
import { type LiveChecker } from "https://deno.land/x/blocks@1.75.0/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