So I've written a few super simple apps in elm. But they're completely in elm. What I'm wondering is if I can make modules in elm and use them in my javascript projects. I often make and maintain opensource projects which I use in projects for my clients. This helps speed up my work, and also gives me feedback from the community on how to improve these projects. It's a great mutual benefit. I have a project that I believe could really benefit from using elm, but I would need to use it as a module in my production projects as I cannot simply port these applications to elm nor can I convince most of my clients that elm is popular enough to make it a good decision to use for their project.
So I'm really curious to know if elm can be used to create modules which can be used in javascript, much to the same effect as how you can make typescript modules which you can use in your vanilla JS.