UNPKG

337 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const constants_1 = require("@nestjs/common/constants");
4function getClassScope(provider) {
5 const metadata = Reflect.getMetadata(constants_1.SCOPE_OPTIONS_METADATA, provider);
6 return metadata && metadata.scope;
7}
8exports.getClassScope = getClassScope;