UNPKG

tachijs

Version:

Highly testable dead simple web server written in Typescript

8 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const handlerParam_1 = require("./handlerParam"); function reqSession() { return handlerParam_1.handlerParam(req => req.session); } exports.reqSession = reqSession; //# sourceMappingURL=reqSession.js.map