isMessagePackerInstructionPlan
Checks if the given instruction plan is a MessagePackerInstructionPlan.
Parameters
| Parameter | Type | Description |
|---|---|---|
plan | InstructionPlan | The instruction plan to check. |
Returns
plan is Readonly<{ getMessagePacker: () => MessagePacker; kind: "messagePacker"; planType: "instructionPlan" }>
true if the plan is a message packer instruction plan, false otherwise.