Join Slack
Powered by
But it’s ``` (function (_, Kotlin) { 'use strict...
# javascript
v
victor
06/19/2019, 5:38 PM
But it’s
Copy code
(function (_, Kotlin) { 'use strict'; ... }(module.exports, require('kotlin')));
Therefore I’ve got the exception because module.exports is undefined (used as _ inside the function)
Open in Slack
Previous
Next