DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
208 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.identity = void 0;
function identity(x) {
return x;
}
exports.identity = identity;
//# sourceMappingURL=identity.js.map