UNPKG

genezio

Version:

Command line utility to interact with Genezio infrastructure.

6 lines (5 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Remote = void 0; const remote_node_js_1 = require("./remote.node.js"); Object.defineProperty(exports, "Remote", { enumerable: true, get: function () { return remote_node_js_1.Remote; } });