UNPKG

@mia-burton/klarna-node

Version:
5 lines 116 B
export abstract class Utils { public static formatPrice (price: number) { return Math.round(price * 100) } }