# Functions
DefaultResolveOpts returns the default options for resolving an IPNS path.
Depth is the recursion depth limit.
DhtRecordCount is the number of IPNS records to retrieve from the DHT.
DhtTimeout is the amount of time to wait for DHT records to be fetched and verified.
ProcessOpts converts an array of ResolveOpt into a ResolveOpts object.
# Constants
DefaultDepthLimit is the default depth limit used by Resolve.
UnlimitedDepth allows infinite recursion in Resolve.
# Structs
ResolveOpts specifies options for resolving an IPNS path.
# Type aliases
ResolveOpt is used to set an option.