UNPKG

holidays-kr

Version:

data.go.kr 데이터 기반 공휴일 수집

5 lines (4 loc) 243 B
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";