UNPKG

@kyungseopk1m/holidays-kr

Version:

한국천문연구원 기반 대한민국 공휴일 데이터

6 lines (5 loc) 137 B
export declare const holidays: (year: string, year2?: string) => Promise<{ success: boolean; message: string; data: any; }>;