We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8705844 commit 24a2ed7Copy full SHA for 24a2ed7
src/lib/es2019.string.d.ts
@@ -5,9 +5,9 @@ interface String {
5
/** Removes the leading white space and line terminator characters from a string. */
6
trimStart(): string;
7
8
- /** Removes the trailing white space and line terminator characters from a string. */
+ /** Removes the leading white space and line terminator characters from a string. */
9
trimLeft(): string;
10
11
- /** Removes the leading white space and line terminator characters from a string. */
+ /** Removes the trailing white space and line terminator characters from a string. */
12
trimRight(): string;
13
}
0 commit comments