Skip to content

Add type helpers #73

Closed
dmitry-korolev opened this issue Aug 8, 2018 · 0 comments
Closed

Add type helpers #73

dmitry-korolev opened this issue Aug 8, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request stapp-core
Milestone

Comments

@dmitry-korolev
Copy link
Contributor

type StappState<T extends Stapp<any, any>> = T extends Stapp<infer State, any> ? State : any>

// later
const app = createApp(...)
type State = StappState<typeof app>

Same for application api

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request stapp-core
Projects
None yet
Development

No branches or pull requests

1 participant