Publish to npm / GitHub Packages npm registry, possibly using ['npm-pubish'](https://github.com/mpetuska/npm-publish) gradle plugin. Other resources about publication to npm: - Another less mature gradle plugin: ['kt-npm-publish'](https://github.com/gciatto/kt-npm-publish) - Gradle [deployment script](https://github.com/Kotlin/kotlinx.coroutines/blob/master/gradle/publish-npm-js.gradle) from Kotlinx/coroutines - [Publish your backend API typings as an NPM package](https://blog.jdriven.com/2019/07/publish-your-back-end-api-typings-as-an-npm-package/) - [Kotlin/JS 1.4, how to output a NPM package?](https://discuss.kotlinlang.org/t/kotlin-js-1-4-how-to-output-a-npm-package/19128) With the new IR backend, it is also possible to generate [TypeScript declaration files](TypeScript declaration files)
Publish to npm / GitHub Packages npm registry, possibly using 'npm-pubish' gradle plugin.
Other resources about publication to npm:
With the new IR backend, it is also possible to generate [TypeScript declaration files](TypeScript declaration files)