Export SplitAtomAction
type
#3043
Unanswered
adamscybot
asked this question in
Ideas
Replies: 1 comment
-
That's fair. Okay, let's export it. Only in splitAtom.ts, not in other index files. I hope it works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A minor request.
The
SplitAtomAction
type is not exported from the package, and is useful in several contexts. In my case, I am wrappingsplitAtom
, and would like to expand on the base type, but it could just as well be needed in some patterns where you pass around the "action" object in application code.I would usually try to extract it somehow but here it is impractical due to TS limitations on extracting return types of overloaded functions.
Beta Was this translation helpful? Give feedback.
All reactions