0d95f10
1
2
3
4
5
6
7
export const nop = new Proxy(function () {}, { get: () => nop, set: () => true, apply: () => nop, construct: () => nop, });