This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Description
If the API is connected to a Go node, calling ipfs.config.get() returns a Uint8Array.
If the API is connected to a JS node, calling ipfs.config.get() returns, well, an object with the config.
Interface IPFS Core says "[the result] is a JSON object containing the configuration of the IPFS node" which is also confusing to me.
Should we normalize it to a simple object everywhere?