UNPKG

@teaploy/megaprint

Version:
9 lines (8 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var configuration_1 = require("./configuration"); Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return configuration_1.Configuration; } }); var invoice_1 = require("./invoice"); Object.defineProperty(exports, "Invoice", { enumerable: true, get: function () { return invoice_1.Invoice; } }); var client_1 = require("./client"); Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } });