import { padEnd } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/string.js";
Pads string
on the right side if it's shorter than length
. Padding
characters are truncated if they exceed length
.
import { padEnd } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/string.js";
Pads string
on the right side if it's shorter than length
. Padding
characters are truncated if they exceed length
.