import { sprintf } from "https://deno.land/std@0.199.0/fmt/printf.ts";
Converts and format a variable number of args
as is specified by format
.
sprintf
returns the formatted string.
import { sprintf } from "https://deno.land/std@0.199.0/fmt/printf.ts";
Converts and format a variable number of args
as is specified by format
.
sprintf
returns the formatted string.