We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a59e6 commit 4ea13deCopy full SHA for 4ea13de
Conversions/TitleCaseConversion.js
@@ -39,4 +39,4 @@ const titleCaseConversion = (inputString) => {
39
return stringCollections.join(' ')
40
}
41
42
-module.exports = TitleCaseConversion
+export { titleCaseConversion }
0 commit comments