DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
138 Bytes
export function defaultX(d) {
return d[0];
}
export default function(_) {
return arguments.length ? (this._x = _, this) : this._x;
}