restifyx.js
Version:
Advanced API endpoint handler system with automatic documentation
14 lines • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClearCache = exports.DeleteCache = exports.SetCache = exports.GetCache = exports.SendData = exports.CreateEndpoint = exports.Endpoint = void 0;
const Endpoint_1 = require("./Endpoint");
Object.defineProperty(exports, "Endpoint", { enumerable: true, get: function () { return Endpoint_1.Endpoint; } });
Object.defineProperty(exports, "CreateEndpoint", { enumerable: true, get: function () { return Endpoint_1.CreateEndpoint; } });
const SendData_1 = require("./SendData");
Object.defineProperty(exports, "SendData", { enumerable: true, get: function () { return SendData_1.SendData; } });
const GetCache_1 = require("./GetCache");
Object.defineProperty(exports, "GetCache", { enumerable: true, get: function () { return GetCache_1.GetCache; } });
Object.defineProperty(exports, "SetCache", { enumerable: true, get: function () { return GetCache_1.SetCache; } });
Object.defineProperty(exports, "DeleteCache", { enumerable: true, get: function () { return GetCache_1.DeleteCache; } });
Object.defineProperty(exports, "ClearCache", { enumerable: true, get: function () { return GetCache_1.ClearCache; } });
//# sourceMappingURL=index.js.map