Skip to content

Releases: daliborgogic/dlbr

1.0.15

Choose a tag to compare

@daliborgogic daliborgogic released this 26 Aug 18:19
c8f649a

Format currency

To use JavaScript Intl API, Node.js needs to run with --icu-data-dir=node_modules/full-icu option that provides us to have Intl API in our Node environment

Build Setup

# install dependencies
$ npm i

# development
$ npm run dev

# test
$ npm t

Example

# USD dollar
$ formatCurrency('en-US', 99.99)
> $99.99
# RSD dinar
$ formatCurrency('sr-RS', 99.99)
> 99.99 RSD

v0.1-alpha

v0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@daliborgogic daliborgogic released this 26 May 16:49
no nead for CI now