Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function sprintf
import { sprintf } from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/fmt/printf.ts";

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

Parameters

format: string
...args: unknown[]

Returns

string