Skip to main content
Module

x/aleph/server/deps.ts>MagicString#trimEnd

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method MagicString.prototype.trimEnd
import { MagicString } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Trims content matching charType (defaults to \s, i.e. whitespace) from the end.

Parameters

optional
charType: string