-
|
I believe that starting with version 2.4.7, the In version 2.4.6, I can get the type via What's the correct way to do it in 2.4.7 and later? Or is the type still being exported and I just missed it? This might have been an accident while preparing for Typescript 6 (if I got it right then this is the commit when the type export was removed; not sure about that, though), but I thought I'd better ask first before filing a bug report. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The type should probably be exported as it is part of a public signature. Feel free to open a PR, we'll gladly review it! |
Beta Was this translation helpful? Give feedback.
The type should probably be exported as it is part of a public signature. Feel free to open a PR, we'll gladly review it!