Skip to main content
Module

x/bob/deps.ts>Logger#warning

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
method Logger.prototype.warning
Re-export
import { Logger } from "https://deno.land/x/bob@v2.8.1/deps.ts";

Parameters

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

Returns

T | undefined

Parameters

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