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

Method trimStart

src/MagicString.ts:1160–1163  ·  view source on GitHub ↗

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

(charType?: string)

Source from the content-addressed store, hash-verified

1158 * Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the start.
1159 */
1160 trimStart(charType?: string): this {
1161 this.trimStartAborted(charType)
1162 return this
1163 }
1164
1165 /**
1166 * Indicates if the string has been changed.

Callers 2

trimMethod · 0.95
trimStartAbortedMethod · 0.45

Calls 1

trimStartAbortedMethod · 0.95

Tested by

no test coverage detected