Belt in regular JS?

interop

#1

Is Belt available as a package to use in regular JS?


#2

I found that Belt requires bs-platform to be installed in order to work. I ran into this when working on a docker image to build the JavaScript output from BuckleScript. I was hoping I could get away with not having an OCaml toolchain, but without bs-platform it said that Belt was missing. I had to install it all to get it to work.