UNPKG

@grasplabs/grasp

Version:

TypeScript SDK for browser automation and secure command execution in highly available and scalable cloud browser environments

9 lines 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommandEventEmitter = void 0; /** * Re-export CommandEventEmitter for type checking */ var sandbox_service_1 = require("../services/sandbox.service"); Object.defineProperty(exports, "CommandEventEmitter", { enumerable: true, get: function () { return sandbox_service_1.CommandEventEmitter; } }); //# sourceMappingURL=index.js.map