Skip to main content
Module

std/fmt/printf.ts>printf

Deno standard library
Go to Latest
function printf
import { printf } from "https://deno.land/std@0.112.0/fmt/printf.ts";

Converts and format a variable number of args as is specified by format. printf writes the formatted string to standard output.

Parameters

format: string
...args: unknown[]