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