Your IP : 216.73.217.95


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/mongoose/dist/utils/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/mongoose/dist/utils/raw.util.js

"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;