#
PolywrapClient Config BuilderA DSL for building the PolywrapClient config object.
Supports building configs using method chaining or imperatively.
#
MethodsThe config builder currently supports 3 methods:
add(config: Partial<ClientConfig>)
#
Appends each property of the supplied config object to the corresponding array of the builder's config.
addDefaults()
#
Adds the defaultClientConfig
object.
build()
#
Returns a sanitized config object from the builder's config.