@hyperbrowser/agent
Version:
Hyperbrowsers Web Agent
16 lines (15 loc) • 764 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HyperAgent = exports.TaskStatus = void 0;
const agent_1 = require("./agent");
Object.defineProperty(exports, "HyperAgent", { enumerable: true, get: function () { return agent_1.HyperAgent; } });
const types_1 = require("./types/agent/types");
Object.defineProperty(exports, "TaskStatus", { enumerable: true, get: function () { return types_1.TaskStatus; } });
exports.default = agent_1.HyperAgent;
// For CommonJS compatibility
if (typeof module !== "undefined" && module.exports) {
module.exports = agent_1.HyperAgent;
module.exports.HyperAgent = agent_1.HyperAgent;
module.exports.TaskStatus = types_1.TaskStatus;
module.exports.default = agent_1.HyperAgent;
}