Skip to main content
Module

x/live/deps.ts>diag

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
variable diag
Re-export
import { diag } from "https://deno.land/x/live@1.48.5/deps.ts";

Entrypoint for Diag API. Defines Diagnostic handler used for internal diagnostic logging operations. The default provides a Noop DiagLogger implementation which may be changed via the diag.setLogger(logger: DiagLogger) function.

type

DiagAPI