UNPKG
holidays-kr
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0
data.go.kr 데이터 기반 공휴일 수집
github.com/ndotcom/holidays-kr
ndotcom/holidays-kr
holidays-kr
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
import
{
HolidayItem
,
ResponseItem
}
from
"./types"
;
export
declare
const
zerofill
:
(
number
:
number
,
digit
:
number
) =>
string
;
export
declare
const
addDay
:
(
{ isHoliday, locdate, dateName }:
ResponseItem
,
holidays
:
HolidayItem
[]
) =>
void
;