Actually import the type
This commit is contained in:
parent
9ee06b87f8
commit
b16447250a
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue