Pratyush-01's picture
Upload folder using huggingface_hub
08f8699 verified
import defineFunction from "../defineFunction";
defineFunction({
type: "internal",
names: ["\\relax"],
props: {
numArgs: 0,
allowedInText: true,
allowedInArgument: true,
},
handler({parser}) {
return {
type: "internal",
mode: parser.mode,
};
},
});