import-native import files like .node natively into a ESM project useful for projects that for example use Rust in their native code How to use it Import import native from "import-native" const nodeModule = native("node-module") That's all that is required! Have fun using :)