Skip to main content
Module

std/fmt/printf.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.95.0/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.