surena26's picture
Upload folder using huggingface_hub
650bd72 verified
export const nop = new Proxy(function () {}, {
get: () => nop,
set: () => true,
apply: () => nop,
construct: () => nop,
});