Skip to content

Commit

Permalink
Update mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Jul 11, 2024
1 parent 14b0fdb commit 2d91f69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/string/mod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import reverseString from './reverse_string.ts';
import trim from './trim/mod.ts'
import capitalizeWord from './capitalize_word.ts'
import splitBetweenTokens from './split_between_tokens.ts'

export const string = {
reverseString,
trim
trim,
capitalizeWord,
splitBetweenTokens
}

0 comments on commit 2d91f69

Please sign in to comment.