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 9bd54b4 commit 0fa9052Copy full SHA for 0fa9052
README.md
@@ -26,6 +26,7 @@ A collection of type-safe string functions written in pure TypeScript.
26
- [`lowercase`](src/lowercase.ts) - Convert a string to lowercase.
27
- [`split`](src/split.ts) - Split a string into substrings using the specified
28
separator and return them as an array.
29
+- [`concat`](src/concat.ts) - Concatenate strings.
30
31
## Related Works
32
0 commit comments