Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ultra/lib/build/deps.ts>sprintf

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
function sprintf
import { sprintf } from "https://deno.land/x/ultra@v2.0.0-alpha.17/lib/build/deps.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