Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Potre1qw/bad_space_test
Potre1qw
/
bad_space_test2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bad_space_test2
/
ComfyUI
/
tests-ui
/
utils
/
nopProxy.js
Freak-ppa
Upload 532 files
2de3b69
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
export
const
nop =
new
Proxy
(
function
(
) {}, {
get
:
() =>
nop,
set
:
() =>
true
,
apply
:
() =>
nop,
construct
:
() =>
nop,
});