UNPKG

@skyslit/ark-express

Version:

A Framework for building modular business application using NodeJS Express

6 lines 416 B
import { Request, Response, NextFunction } from "express"; export declare const serverContext: { initializeContext: (req: Request<import("express-serve-static-core").ParamsDictionary>, res: Response<any>, next: NextFunction) => void; contextHandler: (req: Request<import("express-serve-static-core").ParamsDictionary>, res: Response<any>, next: NextFunction) => void; }; //# sourceMappingURL=context.d.ts.map