UNPKG

@ptc-org/nestjs-query-graphql

Version:
11 lines 692 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDTONames = exports.getDTOIdTypeOrDefault = void 0; const tslib_1 = require("tslib"); var dto_utils_1 = require("./dto.utils"); Object.defineProperty(exports, "getDTOIdTypeOrDefault", { enumerable: true, get: function () { return dto_utils_1.getDTOIdTypeOrDefault; } }); Object.defineProperty(exports, "getDTONames", { enumerable: true, get: function () { return dto_utils_1.getDTONames; } }); tslib_1.__exportStar(require("./external.utils"), exports); tslib_1.__exportStar(require("./object.utils"), exports); tslib_1.__exportStar(require("./resolver.utils"), exports); //# sourceMappingURL=index.js.map