Skip to main content
Module

std/log/mod.ts>critical

Deno standard library
Go to Latest
variable critical
import { critical } from "https://deno.land/std@0.41.0/log/mod.ts";

type

(msg: string, ...args: unknown[]) => void