forked from 6tail/lunar-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
26 lines (25 loc) · 786 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
const {Solar, Lunar, Foto, Tao, NineStar, EightChar, SolarWeek, SolarMonth, SolarSeason, SolarHalfYear, SolarYear, LunarMonth, LunarYear, LunarTime, ShouXingUtil, SolarUtil, LunarUtil, FotoUtil, TaoUtil, HolidayUtil, NineStarUtil, I18n} = require('./lunar.js')
module.exports = {
Solar: Solar,
Lunar: Lunar,
Foto: Foto,
Tao: Tao,
NineStar: NineStar,
EightChar: EightChar,
SolarWeek: SolarWeek,
SolarMonth: SolarMonth,
SolarSeason: SolarSeason,
SolarHalfYear: SolarHalfYear,
SolarYear: SolarYear,
LunarMonth: LunarMonth,
LunarYear: LunarYear,
LunarTime: LunarTime,
ShouXingUtil: ShouXingUtil,
SolarUtil: SolarUtil,
LunarUtil: LunarUtil,
FotoUtil: FotoUtil,
TaoUtil: TaoUtil,
HolidayUtil: HolidayUtil,
NineStarUtil: NineStarUtil,
I18n: I18n
}