UNPKG

@euk-labs/beltz

Version:

![npm](https://img.shields.io/npm/v/@euk-labs/beltz) ![NPM](https://img.shields.io/npm/l/@euk-labs/beltz) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Eureka-Shoulders/beltz/CI) ![npm](https://img.shields.io/npm/dw/@euk-labs/bel

7 lines 211 B
export function formatToCurrency(value = 0, currency = 'BRL') { return new Intl.NumberFormat('en-US', { style: 'currency', currency, }).format(value); } //# sourceMappingURL=number.js.map