messageTuple
messageTuple(
message):any[]
Creates a tuple from a message.
Parameters
• message: Object
The message from which the tuple is to be created.
• message.action?: any
• message.payload?: any
Returns
any[]
The created tuple.
Source
Generated using typedoc-plugin-markdown and TypeDoc