Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get(_target, prop) {
if (capturedArgs.named.has(prop as string)) {
let ref = capturedArgs.named.get(prop as string);
consume(ref.tag);
return ref.value();
}
},