Hi everyone! First, a question: are there already ...
# javascript
d
Hi everyone! First, a question: are there already "external" declarations for the node.js standard library? I didn't find any. I am working on making my own using ts2kt, but it seems to generate some outdated code. IntelliJ says to replace the
@nativeGetter
that is used in the ts2kt output with an inline extension function. Are there any further details on what exactly it should be replaced with?