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
Hi, I noticed that SuperJSONResult is exported from the library, but SuperJSONValue is not. It might be beneficial to export SuperJSONValue as well, especially for developers who want to write TypeScript wrappers around serialize and deserialize. Having access to this type would make it easier to ensure type safety and proper usage in such cases.
Would it be possible to export SuperJSONValue in a future update?
Thank you for your work on this great library!
The text was updated successfully, but these errors were encountered:
Hi, I noticed that
SuperJSONResult
is exported from the library, butSuperJSONValue
is not. It might be beneficial to exportSuperJSONValue
as well, especially for developers who want to write TypeScript wrappers aroundserialize
anddeserialize
. Having access to this type would make it easier to ensure type safety and proper usage in such cases.Would it be possible to export
SuperJSONValue
in a future update?Thank you for your work on this great library!
The text was updated successfully, but these errors were encountered: