UNPKG

@scaleleap/amazon-marketplaces

Version:

A collection of Amazon Marketplace data objects.

8 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.amazonVendorCentralUriFactory = void 0; function amazonVendorCentralUriFactory(countryCode) { return `https://vendorcentral.amazon.${countryCode.toLowerCase()}`; } exports.amazonVendorCentralUriFactory = amazonVendorCentralUriFactory; //# sourceMappingURL=amazon-vendor-central-uri-factory.js.map