turtle-express
Version:
`turtle-express` is kinda a framework or a library based on `express.js` with an opinionated express router with type safety and schema validation with zod. Also many [more features](https://github.com/mm-ninja-turtles/turtle-express/discussions/7) planni
11 lines • 883 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.paginationSchema = exports.getPagination = exports.getContext = exports.errorHandler = void 0;
var error_handler_1 = require("./error-handler");
Object.defineProperty(exports, "errorHandler", { enumerable: true, get: function () { return error_handler_1.errorHandler; } });
var get_context_1 = require("./get-context");
Object.defineProperty(exports, "getContext", { enumerable: true, get: function () { return get_context_1.getContext; } });
var get_pagination_1 = require("./get-pagination");
Object.defineProperty(exports, "getPagination", { enumerable: true, get: function () { return get_pagination_1.getPagination; } });
Object.defineProperty(exports, "paginationSchema", { enumerable: true, get: function () { return get_pagination_1.paginationSchema; } });
//# sourceMappingURL=index.js.map