ES5 import clause
brunolnetto opened this issue · 1 comments
brunolnetto commented
How do I import the library on ES5 javascript?
gsimko commented
If you mean how to include it with ESM then the following works:
import monitor from "express-status-monitor";
app.use(monitor());