Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// This file should not import helpers using ESM syntax
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _class_call_check = require("@swc/helpers/_/_class_call_check");
var E = function Foo() {
"use strict";
_class_call_check._(this, Foo);
};
exports.Component = E;