<@U0KGK0BUN> commented on <@U0B8FC23U>’s file <htt...
# announcements
u
@konsoletyper commented on @derkork’s file https://kotlinlang.slack.com/files/U0B8FC23U/F7HF7T96F/-.js: Do not use
require
function directly from Kotlin. Use following notation instead:
Copy code
@JsModule("vehicles")
external class Vehicle(options: Json) {
    // some declarations here
}