commenthol / date-holidays-parser

parser for worldwide holidays
ISC License
46 stars 23 forks source link

Fix imports and types #32

Closed commenthol closed 3 years ago

commenthol commented 3 years ago

fix: esm astronomia imports fix: ts export namespace

to use ts types in your typescript projects use

import Holidays, { HolidaysTypes } from 'date-holidays-parser'