UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

10 lines (9 loc) 188 B
/** * This is the idiomatic, intended way of adding fields to the session */ declare module "express-session" { interface SessionData { returnTo?: string; } } export {};