Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function sprintf
import { sprintf } from "https://deno.land/x/flagship_io_js_sdk@3.3.0/utils/utils.ts";

Return a formatted string

Parameters

format: string
...value: any[]

Returns

string