Module

x/lodash_es/src/pad.js

lodash for deno use
Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pad.js";

Functions

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.