UNPKG

@playtini/beta7

Version:

Microframework for Microservices

11 lines 724 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.GQValidationError = exports.GQInputValidator = void 0; var GQInputValidator_1 = require("./GQInputValidator"); Object.defineProperty(exports, "GQInputValidator", { enumerable: true, get: function () { return __importDefault(GQInputValidator_1).default; } }); var GQValidationError_1 = require("./GQValidationError"); Object.defineProperty(exports, "GQValidationError", { enumerable: true, get: function () { return __importDefault(GQValidationError_1).default; } }); //# sourceMappingURL=index.js.map