Duplicated from flatcherlee/ioatol1
ac6acf2
1
2
3
4
5
6
7
export const nop = new Proxy(function () {}, { get: () => nop, set: () => true, apply: () => nop, construct: () => nop, });