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

x/deps/deps.ts>log.critical

🕴deps.ts manager for Deno (highly WIP)
Latest
function log.critical
import { log } from "https://deno.land/x/deps@0.0.0/deps.ts";
const { critical } = log;

Parameters

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

Returns

T | undefined

Parameters

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