UNPKG

alapa

Version:

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

3 lines (2 loc) 170 B
import { NextFunction, Response, Request } from "express"; export declare const manageCookiesSession: (req: Request, res: Response, next: NextFunction) => Promise<void>;