
jsMain.js.core.ReadonlyRecord.kt Maven / Gradle / Ivy
package js.core
external interface ReadonlyRecord
inline operator fun ReadonlyRecord.get(
key: K,
): V? =
asDynamic()[key]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy