jbilcke-hf's picture
jbilcke-hf HF Staff
Upload folder using huggingface_hub
60e3020 verified
raw
history blame contribute delete
72 Bytes
export function tap(value, mutator) {
mutator(value)
return value
}