MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / trimEnd

Method trimEnd

src/MagicString.ts:1081–1084  ·  view source on GitHub ↗

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

(charType?: string)

Source from the content-addressed store, hash-verified

1079 * Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the end.
1080 */
1081 trimEnd(charType?: string): this {
1082 this.trimEndAborted(charType)
1083 return this
1084 }
1085
1086 /** @internal */
1087 trimStartAborted(charType?: string): boolean {

Callers 2

trimMethod · 0.45
trimEndAbortedMethod · 0.45

Calls 1

trimEndAbortedMethod · 0.95

Tested by

no test coverage detected