Skip to main content
Module

x/bob/deps.ts>log.warning

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
function log.warning
import { log } from "https://deno.land/x/bob@v1.1.0/deps.ts";
const { warning } = log;

Log with warning level, using default logger.

Parameters

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

Returns

T | undefined

Parameters

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