Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/vno/example/spa/deps.ts>log.critical

a build tool for compiling and bundling Vue single-file components
Latest
function log.critical
import { log } from "https://deno.land/x/vno@1.5.1/example/spa/deps.ts";
const { critical } = log;

Parameters

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

Returns

T | undefined

Parameters

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