UNPKG

@cotype/core

Version:

<h2 align="center"> <img src="https://cotype.dev/logo.svg" alt="cotype" /> </h2>

8 lines (7 loc) 398 B
/// <reference types="cookie-session" /> /// <reference types="express" /> declare const _default: (opts?: CookieSessionInterfaces.CookieSessionOptions | undefined) => import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("express-serve-static-core").Query>; /** * Returns a middleware that does the session handling. */ export default _default;