UNPKG

genezio

Version:

Command line utility to interact with Genezio infrastructure.

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