mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
203 Bytes
"use strict";
module.exports = function (args) {
var id, i, length = args.length;
if (!length) return "\u0002";
id = String(args[i = 0]);
while (--length) id += "\u0001" + args[++i];
return id;
};