Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

pad

import { pad } from "https://cdn.skypack.dev/lodash-es";
function pad(
string2,
length,
chars,
);
§
pad(string2, length, chars)
[src]

§Parameters

§
string2
[src]
§
length
[src]
§
chars
[src]