diff --git a/express/express.d.ts b/express/express.d.ts index e23ee5302..35309fffc 100644 --- a/express/express.d.ts +++ b/express/express.d.ts @@ -405,11 +405,11 @@ declare module "express" { //cookies: { string; remember: boolean; }; cookies: any; - /** + /** * Used to generate an anti-CSRF token. * Placed by the CSRF protection middleware. */ - csrfToken(): string; + csrfToken(): string; method: string;