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 750c6d8 commit 3cc1a46Copy full SHA for 3cc1a46
src/format/trim_characters_end.ts
@@ -6,7 +6,7 @@
6
* @param characters The characters to trim
7
* @returns The trimmed input string
8
*/
9
-export default function trimCharactersStart(
+export default function trimCharactersEnd(
10
inputString : string,
11
characters : string
12
) : string {
0 commit comments