UNPKG
workday-cn
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
> 一个用于判断中国工作日的 JavaScript 工具包,支持法定节假日和调休判断。
github.com/honxinn/workday-cn
honxinn/workday-cn
workday-cn
/
src
/
common
/
constant.js
4 lines
(3 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
export
const
WORKDAY
=
'workday'
export
const
HOLIDAY
=
'holiday'
export
const
WEEKEND
=
'weekend'