getTreeWalkerRequestTransformer
Creates a transformer that traverses the request parameters and executes the provided visitors at
each node. A custom initial state can be provided but must at least provide { keyPath: [] }.
Type Parameters
Parameters
| Parameter | Type |
|---|---|
visitors | NodeVisitor[] |
initialState | TState |
Returns
RpcRequestTransformer