Kevin Ennis
Kevin Ennis
Currently, `@msgpack/msgpack` does not automatically call `.toJSON()` on objects which define that method. Since JSON and msgpack have significant overlap in semantics and intent, and [toJSON()](https://tc39.es/ecma262/#sec-serializejsonproperty) is a signal from...
Was thinking of writing this and submitting a PR, but I wanted to see if anyone else thought it might be useful first. Here's one use case that comes to...
Export the `mergeConfig` utility function, as has been previously requested [here](https://github.com/axios/axios/issues/3905). I believe tacking `mergeConfig` directly on to the default export is the simplest and most flexible solution, since adding...