import2
v1.0.3
Published
Dynamic import function which can avoid transpiling to require function
Maintainers
Readme
Import2
A dynamic import() function which can avoid transpiling to require() function.
It also can avoid unexpected bundling.
import import2 from "import2";
const fs = await import2("fs");