Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rifairlordra
/
jorag
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3d5837a
jorag
/
ComfyUI
/
tests-ui
/
utils
/
nopProxy.js
flatcherlee
Upload 273 files
932ae62
verified
6 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,
});