Actually import the type

This commit is contained in:
Daniel Lugo 2022-01-17 13:19:31 -04:00
parent 9ee06b87f8
commit b16447250a

View file

@ -2063,6 +2063,10 @@ module.exports = async (
* @typedef {import('express-serve-static-core').RequestHandler<P>} RequestHandler
*/
/**
* @typedef {import('express').Application} Application
*/
const ap = /** @type {Application} */ (app)
/**