Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript types not correct when using in ESM project #276

Open
amarcuse opened this issue Oct 4, 2024 · 0 comments
Open

Typescript types not correct when using in ESM project #276

amarcuse opened this issue Oct 4, 2024 · 0 comments

Comments

@amarcuse
Copy link

amarcuse commented Oct 4, 2024

Something is off in the Typescript types: they work with commonjs, but it wouldn't compile when I upgrade my project to ESM.

I figured out a workaround, but it is ugly:

import HaikunatorImpl from 'haikunator';
const Haikunator = HaikunatorImpl as unknown as typeof HaikunatorImpl.default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant