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

trim

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

§Parameters

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