UNPKG

inversify-express-utils

Version:

Some utilities for the development of express applications with Inversify

11 lines 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpContent = void 0; class HttpContent { _headers = {}; get headers() { return this._headers; } } exports.HttpContent = HttpContent; //# sourceMappingURL=httpContent.js.map