From b16447250a211d83ced7c0e614203811a68d206c Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 17 Jan 2022 13:19:31 -0400 Subject: [PATCH] Actually import the type --- src/routes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes.js b/src/routes.js index 78c356bc..1fa7811c 100644 --- a/src/routes.js +++ b/src/routes.js @@ -2063,6 +2063,10 @@ module.exports = async ( * @typedef {import('express-serve-static-core').RequestHandler

} RequestHandler */ + /** + * @typedef {import('express').Application} Application + */ + const ap = /** @type {Application} */ (app) /**