import { sprintf } from "https://deno.land/x/mesozoic@v1.0.0-alpha.19/lib/deps.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/x/mesozoic@v1.0.0-alpha.19/lib/deps.ts";
Converts and format a variable number of args
as is specified by format
.
sprintf
returns the formatted string.