import * as deno from "https://deno.land/x/deno@v0.28.0/std/strings/mod.ts";
Functions
Shorthand for new TextDecoder().decode() | |
Shorthand for new TextEncoder().encode() | |
f pad | Pad helper for strings.
Input string is processed to output a string with a minimal length.
If the parameter |
Interfaces
FillOption Object |