Skip to main content
Module

x/bob/domain.ts>Logger#critical

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
method Logger.prototype.critical
Re-export
import { Logger } from "https://deno.land/x/bob@v2.8.1/domain.ts";

Parameters

msg: () => T
...args: unknown[]

Returns

T | undefined

Parameters

msg: T extends GenericFunction ? never : T
...args: unknown[]