YUes I am god

This commit is contained in:
velzie 2024-08-25 23:04:31 -04:00
parent 5024e19c08
commit c61e62ec91
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
6 changed files with 56 additions and 8 deletions

View file

@ -1,6 +1,6 @@
export function getOwnPropertyDescriptorHandler(target, prop) {
let realDescriptor = Reflect.getOwnPropertyDescriptor(target, prop);
if (!realDescriptor) return realDescriptor;
return realDescriptor;
let d: PropertyDescriptor = {};