Your Environment
- jsSHA version: 3.3.1
- JavaScript engine and version: Node 18.17.1
- How was jsSHA imported (ESM or other): all? TS/ESM for sure.
Describe the bug
https://arethetypeswrong.github.io/?p=jssha%403.3.1
Code
import jsSHA from 'jssha/dist/sha1'; // just an example
Additional context
I know, I know - the CJS/ESM/types situation is a mess across the ecosystem right now. 😢 I'll try to play around with a solution if I get the chance, just wanted to raise an issue to get the ball rolling.
Your Environment
Describe the bug
https://arethetypeswrong.github.io/?p=jssha%403.3.1
Code
Additional context
I know, I know - the CJS/ESM/types situation is a mess across the ecosystem right now. 😢 I'll try to play around with a solution if I get the chance, just wanted to raise an issue to get the ball rolling.