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

padEnd

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

§Parameters

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