session-flash
Advanced tools
+1
-1
@@ -10,3 +10,3 @@ import type { RequestHandler } from "express"; | ||
| flash(type: string, message: string | string[]): number; | ||
| flash(type: string, format: string, ...args: unknown[]): number; | ||
| flash(type: string, format: string, ...args: any[]): number; | ||
| } | ||
@@ -13,0 +13,0 @@ } |
+1
-1
| { | ||
| "name": "session-flash", | ||
| "version": "1.0.6", | ||
| "version": "1.0.7", | ||
| "description": "Flash message middleware for express.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.cjs", |
6808
-0.06%