????

Your IP : 18.191.105.161


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/helpers/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/helpers/is-durable.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isDurable = void 0;
const constants_1 = require("@nestjs/common/constants");
function isDurable(provider) {
    const metadata = Reflect.getMetadata(constants_1.SCOPE_OPTIONS_METADATA, provider);
    return metadata && metadata.durable;
}
exports.isDurable = isDurable;