UNPKG

tachijs

Version:

Highly testable dead simple web server written in Typescript

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