Am I missing something or is there no official way...
# javascript
a
Am I missing something or is there no official way to access the Intl object in a typesafe manner? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
b
There is, just define your own global external declarations
t
It’s planned for
kotlin-wrappers
. Please report an issue to get updates on the status.
a
@Big Chungus Thanks, was wondering if there was an official wrapper however as mentioned below. @turansky Thanks, exactly what I was looking for and couldn't find myself.
t
Interfaces and unions already released in
pre.439
For class generation it will be required some time
Which
Intl
classes do you need?
Intl
classes on board!