//core/io.github.serpro69.kfaker/ConfigBuilder
ConfigBuilder¶
[jvm]\ typealias ConfigBuilder = FakerConfig.Builder.() -> Unit
Lambda with FakerConfig.Builder receiver type that returns a Unit.
Used with DSL functions to construct an instance of FakerConfig by applying the results of the function to the FakerConfig.Builder.