UNPKG

holidays-korea

Version:

Provides information about South Korean public holidays.

9 lines (6 loc) 201 B
import { setServiceKey } from "./config"; import { fetchHolidays } from "./holidays.service"; export function init({ serviceKey }) { setServiceKey({ key: serviceKey }); } export { fetchHolidays };