Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
flatcherlee/ioatol1
flatcherlee
/
ioatol2
like
0
Runtime error
App
Files
Files
Community
92cd1bc
ioatol2
/
ComfyUI
/
tests-ui
/
utils
/
nopProxy.js
Freak-ppa
Upload 343 files
ac6acf2
verified
3 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
export
const
nop =
new
Proxy
(
function
(
) {}, {
get
:
() =>
nop,
set
:
() =>
true
,
apply
:
() =>
nop,
construct
:
() =>
nop,
});