logux icon indicating copy to clipboard operation
logux copied to clipboard

Add actionCreator support to Log#type

Open ai opened this issue 4 years ago • 0 comments

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 avatar May 06 '21 02:05 ai