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

x/bob/deps.ts>Logger#critical

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

Parameters

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

Returns

T | undefined

Parameters

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