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.
2 parents a7a0c33 + 24a2ed7 commit d023427Copy full SHA for d023427
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