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

trimEnd

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

§Parameters

§
string2
[src]
§
chars
[src]
§
guard
[src]