Skip to main content
Module

x/bob/deps.ts>log.info

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

Log with info level, using default logger.

Parameters

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

Returns

T | undefined

Parameters

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