Open brunolnetto opened 2 years ago
How do I import the library on ES5 javascript?
If you mean how to include it with ESM then the following works:
import monitor from "express-status-monitor"; app.use(monitor());
How do I import the library on ES5 javascript?