import * as dem from "https://deno.land/x/dem@0.9.9/vendor/https/deno.land/std/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.