Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add actionCreator support to Log#type #91

Open
ai opened this issue May 6, 2021 · 0 comments
Open

Add actionCreator support to Log#type #91

ai opened this issue May 6, 2021 · 0 comments

Comments

@ai
Copy link
Member

ai commented May 6, 2021

import { loguxSubscribe } from '@logux/actions'

log.type(loguxSubscribe, action => {
  action // TypeScript will think that it is LoguxSubscribeAction
})

Server#type from @logux/server types and implementation can be used as example.

@ai ai added this to the 3: gīml milestone May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant