HomeBlogSnippets

expressjs

Posts

Extends Express session SessionData type

Express Session allows to store a lot of different data. There is a Typescript type named `SessionData` which allow to know what contains a session but not the data you will defined after without defining them.


Home
TwitterGitHubLinkedinMastodon
Uses