Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
visionMaze
/
Magic-Me
like
34
Running
App
Files
Files
Community
1
507f91c
Magic-Me
/
tests-ui
/
utils
/
nopProxy.js
Xue-She Wang
init
0d95f10
11 months ago
raw
Copy download link
history
blame
Safe
128 Bytes
export
const
nop =
new
Proxy
(
function
(
) {}, {
get
:
() =>
nop,
set
:
() =>
true
,
apply
:
() =>
nop,
construct
:
() =>
nop,
});