Does anyone know what would this be in kotlin: ``...
# javascript
g
Does anyone know what would this be in kotlin:
Copy code
export default {
    title: "Some title"
}
I want to generate this with kotlin/js and expose it to javascript
b
Covers default exports and more. Let me know if you find a case the article does not cover yet.
g
Wow thanks! I’ll give it a read 😄