import-native
v1.0.1
Published
import files like .node natively into a ESM project
Downloads
4
Readme
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 :)