You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library is not usable with Typescript at the moment.
Include
"exports": {// ..."types": "./types"}
in the package.json, since right now the types are not exported and not usable. All the types in thy types directory are duplicated in the dates-holidays library for some reason and exported there. However, if one wants to use just the parser itself, types are not exported at all.
The text was updated successfully, but these errors were encountered:
The library is not usable with Typescript at the moment.
Include
in the
package.json
, since right now the types are not exported and not usable. All the types in thytypes
directory are duplicated in thedates-holidays
library for some reason and exported there. However, if one wants to use just the parser itself, types are not exported at all.The text was updated successfully, but these errors were encountered: