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