UNPKG

holidays-kr

Version:

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

13 lines (9 loc) 275 B
import { Config } from "./types"; export const config: Config = { serviceKey: "", }; export const setServiceKey = (val: string) => { config.serviceKey = val; }; export const ENDPOINT = "http://apis.data.go.kr/B090041/openapi/service/SpcdeInfoService/getRestDeInfo";