@themachinarium/google-merchant-feed
Version:
A simple library to generate Google Merchant XML Feed
22 lines • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.YesNo = exports.WeightWithUnit = exports.ValueWithUnit = exports.Price = exports.Pause = exports.DimensionWithUnit = exports.DateRange = exports.Availability = exports.AgeGroup = void 0;
var age_group_1 = require("./age-group");
Object.defineProperty(exports, "AgeGroup", { enumerable: true, get: function () { return age_group_1.AgeGroup; } });
var availability_1 = require("./availability");
Object.defineProperty(exports, "Availability", { enumerable: true, get: function () { return availability_1.Availability; } });
var date_range_1 = require("./date-range");
Object.defineProperty(exports, "DateRange", { enumerable: true, get: function () { return date_range_1.DateRange; } });
var dimension_with_unit_1 = require("./dimension-with-unit");
Object.defineProperty(exports, "DimensionWithUnit", { enumerable: true, get: function () { return dimension_with_unit_1.DimensionWithUnit; } });
var pause_1 = require("./pause");
Object.defineProperty(exports, "Pause", { enumerable: true, get: function () { return pause_1.Pause; } });
var price_1 = require("./price");
Object.defineProperty(exports, "Price", { enumerable: true, get: function () { return price_1.Price; } });
var value_with_unit_1 = require("./value-with-unit");
Object.defineProperty(exports, "ValueWithUnit", { enumerable: true, get: function () { return value_with_unit_1.ValueWithUnit; } });
var weight_with_unit_1 = require("./weight-with-unit");
Object.defineProperty(exports, "WeightWithUnit", { enumerable: true, get: function () { return weight_with_unit_1.WeightWithUnit; } });
var yes_no_1 = require("./yes-no");
Object.defineProperty(exports, "YesNo", { enumerable: true, get: function () { return yes_no_1.YesNo; } });
//# sourceMappingURL=index.js.map