UNPKG

@zishone/jasenda

Version:

A middleware to add jsend helper functions to the response object

7 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.jsend = void 0; require("./types/express"); var jsend_1 = require("./jsend"); Object.defineProperty(exports, "jsend", { enumerable: true, get: function () { return jsend_1.jsend; } }); //# sourceMappingURL=index.js.map