UNPKG

holidays-kr

Version:

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

3 lines (2 loc) 163 B
import { HolidayItem } from "./types"; export declare const getHolidaysByMonthCount: (year: number, month: number, monthCount?: number) => Promise<HolidayItem[]>;