Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chunte
/
HFBA
like
111
Running
App
Files
Files
Community
3
refs/pr/1
HFBA
/
node_modules
/
detective
/
test
/
files
/
set-in-object-pattern.js
Chunte
HF Staff
Upload 1033 files
d8f0e51
verified
about 2 years ago
raw
Copy download link
history
blame
156 Bytes
var
a =
load
(
'a'
);
var
b =
load
(
'b'
);
var
c =
load
(
'c'
);
var
abc = a.
b
(c);
function
load2
(
{set =
'hello'
}
) {
return
load
(
'tt'
);
}
var
loadUse =
load2
();