import * as mod from "https://dotland.deno.dev/std@0.116.0/fmt/printf.ts"; FunctionsfprintfConverts and format a variable number of args as is specified by format. printf writes the formatted string to standard output. fsprintfConverts and format a variable number of args as is specified by format. sprintf returns the formatted string.