Skip to content

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

ecmascript/src/utils.ts:200


Generated using typedoc-plugin-markdown and TypeDoc