mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
express.d.ts: tabs -> spaces
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user