Skip to content

Commit 0fa9052

Browse files
committed
feat: Add concat function to README
This commit adds the `concat` function to the list of functions in the README file. This function is used to concatenate strings.
1 parent 9bd54b4 commit 0fa9052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A collection of type-safe string functions written in pure TypeScript.
2626
- [`lowercase`](src/lowercase.ts) - Convert a string to lowercase.
2727
- [`split`](src/split.ts) - Split a string into substrings using the specified
2828
separator and return them as an array.
29+
- [`concat`](src/concat.ts) - Concatenate strings.
2930

3031
## Related Works
3132

0 commit comments

Comments
 (0)