mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Comply with ESM syntax.
This commit is contained in:
@ -29,4 +29,4 @@ const GetEuclidGCD = (arg1, arg2) => {
|
||||
return (less)
|
||||
}
|
||||
|
||||
module.exports = GetEuclidGCD
|
||||
export { GetEuclidGCD }
|
||||
|
Reference in New Issue
Block a user