Record`i am trying to write a binding for a typesc...
# javascript
n
Record`i am trying to write a binding for a typescript function that takes a
Record<String, Any>
, it works when i pass it a think like so :
Copy code
js("{name: \"Anna\"}")
but i would really like to call it with
mapOf()
or similar any idea how i can achieve that ?
d