bound

fun bound(lower: JsAny?, upper: JsAny?, lowerOpen: Boolean = definedExternally, upperOpen: Boolean = definedExternally): IDBKeyRange(source)

The bound() static method of the IDBKeyRange interface creates a new key range with the specified upper and lower bounds.

MDN Reference