UNPKG

@nestjs/mongoose

Version:

Nest - modern, fast, powerful node.js web framework (@mongoose)

14 lines (13 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.raw = void 0; const mongoose_constants_1 = require("../mongoose.constants"); function raw(definition) { Object.defineProperty(definition, mongoose_constants_1.RAW_OBJECT_DEFINITION, { value: true, enumerable: false, configurable: false, }); return definition; } exports.raw = raw;