vickydmt's picture
Upload folder using huggingface_hub
1fa8efd verified
var hasOwnProperty = {}.hasOwnProperty;
module.exports = function (it, key) {
return hasOwnProperty.call(it, key);
};