Files
DefinitelyTyped/types/express-session
Naoto Yokoyama 2ab14041f4 express-session: fix Store#get callback parameter type (#23240)
The type of the second parameter of Store#get should be SessionData,
not Session. It's bit confusing because parameter name "session" is
used for both Session and SessionData on their documentation.
2018-02-02 13:56:24 -08:00
..