mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 11:08:54 +08:00
Comply with ESM syntax.
This commit is contained in:
@ -32,4 +32,4 @@ const LowerCaseConversion = (inputString) => {
|
||||
return newString.join('')
|
||||
}
|
||||
|
||||
module.exports = LowerCaseConversion
|
||||
export { LowerCaseConversion }
|
||||
|
Reference in New Issue
Block a user