UNPKG

bapig

Version:

Welcome to BAPIG, a powerful backend solution designed to streamline your development process. With over 40 built-in functionalities, BAPIG simplifies CRUD operations, facilitates authentication and encryption, handles communication tasks, and much more.

10 lines 611 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAllSchema = exports.getSingleSchema = void 0; // Export the getSingleSchema function from the 'single' module var single_1 = require("./single"); Object.defineProperty(exports, "getSingleSchema", { enumerable: true, get: function () { return single_1.getSingleSchema; } }); // Export the getAllSchema function from the 'all' module var all_1 = require("./all"); Object.defineProperty(exports, "getAllSchema", { enumerable: true, get: function () { return all_1.getAllSchema; } }); //# sourceMappingURL=index.js.map