# Functions
CreateTransformChain creates a transform chain that will run the required transforms on every command coming from commandGenerator.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
TransformChain is responsible for running all the transforms on all the commands produced by command enerator.
# Type aliases
No description provided by the author
StateMutator is a function that allows transformation to mutate state during transformation TODO: Refactor the transforms that use this to remove this behaviour.