UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

11 lines (10 loc) 238 B
import AppSessionStore from "./data-store"; export declare const sessionConfiguration: { secret: string; store: AppSessionStore; resave: boolean; saveUninitialized: boolean; cookie: { maxAge: number; }; };