operator fun <reified T> Value.get(key: String): T
operator fun Value.get(key: String): Value
Allows you to read JS properties of the given Value using Kotlin indexing syntax.