UNPKG

@ntegral/lulu

Version:
13 lines (12 loc) 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const client_1 = require("./client"); const common_resource_1 = require("./common/common.resource"); class LuluService extends client_1.Client { constructor(config) { super(config); this.shippingOptions = new common_resource_1.resource.ShippingOptions(this); this.printJobs = new common_resource_1.resource.PrintJobs(this); } } exports.LuluService = LuluService;