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
/
config.d.ts
5 lines
(4 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
import
{
Config
}
from
"./types"
;
export
declare
const
config
:
Config
;
export
declare
const
setServiceKey
:
(
val
:
string
) =>
void
;
export
declare
const
ENDPOINT
=
"http://apis.data.go.kr/B090041/openapi/service/SpcdeInfoService/getRestDeInfo"
;