1.0.1 • Published 2 years ago

import-native v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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 :)