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

padStart

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

§Parameters

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