Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SpacesExamples/ComfyUI
brunvelop
/
ComfyUI
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
ComfyUI
/
tests-ui
/
utils
/
nopProxy.js
brunvelop
a
1abbc12
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
export
const
nop =
new
Proxy
(
function
(
) {}, {
get
:
() =>
nop,
set
:
() =>
true
,
apply
:
() =>
nop,
construct
:
() =>
nop,
});