UNPKG

@mia-burton/klarna-node

Version:
10 lines (9 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Utils = void 0; class Utils { static formatPrice(price) { return Math.round(price * 100); } } exports.Utils = Utils;