HFBA / node_modules /detective /test /files /set-in-object-pattern.js
Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 verified
raw
history blame contribute delete
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();