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:
@ -38,4 +38,4 @@ const DateDayDifference = (date1, date2) => {
|
||||
|
||||
// Example : DateDayDifference('17/08/2002', '10/10/2020') => 6630
|
||||
|
||||
module.exports = DateDayDifference
|
||||
export { DateDayDifference }
|
||||
|
Reference in New Issue
Block a user