UNPKG

holidays-kr

Version:

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

15 lines (14 loc) 361 B
import { HolidayItem } from "./types"; export * from './config'; export * from './getHolidays'; export * from './types'; export * from './utils'; declare const _default: { serviceKey: string; getHolidays: (options: { year: number; month: number; monthCount?: number; }) => Promise<HolidayItem[]>; }; export default _default;