UNPKG

@ivoryio/ivory-cli

Version:
9 lines (8 loc) 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var __init_1 = require("./__init"); Object.defineProperty(exports, "initAmplify", { enumerable: true, get: function () { return __init_1.initAmplify; } }); var __push_1 = require("./__push"); Object.defineProperty(exports, "amplifyPush", { enumerable: true, get: function () { return __push_1.amplifyPush; } }); var __addAuth_1 = require("./__addAuth"); Object.defineProperty(exports, "amplifyAddAuth", { enumerable: true, get: function () { return __addAuth_1.amplifyAddAuth; } });