import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pad.js";
Pads string
on the left and right sides if it's shorter than length
.
Padding characters are truncated if they can't be evenly divided by length
.
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pad.js";
Pads string
on the left and right sides if it's shorter than length
.
Padding characters are truncated if they can't be evenly divided by length
.