In express server can I import the modules like es...
# support-questions-legacy
g
In express server can I import the modules like esm other than cjs? import {} from "supertoken" other than const xyz = require("supertoken")
2 Views