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
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
PublishErrorclass is not exported by the package. This blocks developer from pointing using it as a type for method signature in typescript:What I would like to achieve is:
Currently, I can only achieve this by importing from module src, which is not ideal...