Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dem/vendor/https/deno.land/std/fmt/printf.ts>printf

A module version manager for Deno.
Latest
function printf
import { printf } from "https://deno.land/x/dem@0.9.9/vendor/https/deno.land/std/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[]