Skip to main content
Module

std/log/mod.ts>warning

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

type

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