Module

std/fmt/printf.ts>printf

Deno standard library
Go to Latest
function printf
import { printf } from "https://dotland.deno.dev/std@0.145.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[]