Spaces:
Running
on
Zero
Running
on
Zero
export const nop = new Proxy(function () {}, { | |
get: () => nop, | |
set: () => true, | |
apply: () => nop, | |
construct: () => nop, | |
}); | |