Skip to main content
Module

std/log/mod.ts>error

Deno standard library
Go to Latest
variable error
import { error } from "https://deno.land/std@0.34.0/log/mod.ts";

type

(msg: string, ...args: unknown[]) => void