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

x/justaos_utils/packages/logger-utils/deps.ts>log.warning

Common utility functions used across projects
Go to Latest
function log.warning
import { log } from "https://deno.land/x/justaos_utils@v1.9.0/packages/logger-utils/deps.ts";
const { warning } = log;

Parameters

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

Returns

T | undefined

Parameters

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