mirror of
https://github.com/acamarata/moon-cycle.git
synced 2026-06-30 18:54:29 +00:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
const { cycleMonth } = require('./cycleMonth');
|
|
const { cycleYear } = require('./cycleYear');
|
|
|
|
module.exports = {
|
|
cycleMonth,
|
|
cycleYear
|
|
};
|