Hi all. Did anyone manage to write an `external` d...
# javascript
x
Hi all. Did anyone manage to write an
external
declaration for this uuid npm package? I tried
Copy code
@JsModule("uuid")
@JsName("v4")
external fun uuidv4(): String
but getting
Uncaught TypeError: v4 is not a function
on the console