integer

fun integer(key: String, defaultValue: Int? = null, min: Int = Int.MIN_VALUE, max: Int = Int.MAX_VALUE): ConfigBuilder