does anyone have an jsModule tips? what's the best...
# javascript
m
does anyone have an jsModule tips? what's the best way to figure out the interface to make on the kotlin end?
a
Do you refer to the
@JsModule
annotation, and how to use it?
m
yeah, I have used it successfully for some basic momentjs stuff, but I'm not sure how to get the definition for an object that isn't a simple string or number.
a