@archon-inc/sdk
Version:
Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk
11 lines (10 loc) • 511 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSecret = exports.getConfigValue = void 0;
const getConfigValue_js_1 = __importDefault(require("./getConfigValue.js"));
exports.getConfigValue = getConfigValue_js_1.default;
const getSecret_js_1 = __importDefault(require("./getSecret.js"));
exports.getSecret = getSecret_js_1.default;