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