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

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

A module version manager for Deno.
Latest
import * as dem from "https://deno.land/x/dem@0.9.9/vendor/https/deno.land/std/fmt/printf.ts";

Functions

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

Converts and format a variable number of args as is specified by format. sprintf returns the formatted string.