-
Robert Knight authored
In the process `wrappedMethods` was changed to a map. This was easier to define types for and `Map` is generally a better choice than objects when the keys are dynamic / not consistent across calls.
a010ea49
In the process `wrappedMethods` was changed to a map. This was easier to define types for and `Map` is generally a better choice than objects when the keys are dynamic / not consistent across calls.