mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
153 Bytes
"use strict";
var value = require("../object/valid-value");
module.exports = function (name) {
return function (obj) { return value(obj)[name]; };
};