@mia-burton/klarna-node
Version:
A Node.js module for Klarna
10 lines (9 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Location = void 0;
var Location;
(function (Location) {
Location[Location["Europe"] = 0] = "Europe";
Location[Location["America"] = 1] = "America";
Location[Location["Oceania"] = 2] = "Oceania";
})(Location || (exports.Location = Location = {}));