mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 02:05:08 +08:00
Comply with ESM syntax.
This commit is contained in:
@ -41,4 +41,4 @@ const AlternativeStringArrange = (str1, str2) => {
|
||||
return outStr
|
||||
}
|
||||
|
||||
module.exports = AlternativeStringArrange
|
||||
export { AlternativeStringArrange }
|
||||
|
Reference in New Issue
Block a user