Module

x/servest/vendor/https/deno.land/std/fmt/printf.ts

🌾A progressive http server for Deno🌾
Latest
import * as mod from "https://dotland.deno.dev/x/servest@v1.3.4/vendor/https/deno.land/std/fmt/printf.ts";

Functions

Converts and format a variable number of args as is specified by format. printf writes the formatted string to standard output.

Converts and format a variable number of args as is specified by format. sprintf returns the formatted string.