> For the complete documentation index, see [llms.txt](https://marco-baratto.gitbook.io/number-format/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://marco-baratto.gitbook.io/number-format/number-format/readme.md).

# Introduction

The easy way to format number in your Typescript and Javascript applications.

With this library you can configure a centralised number formatter for your application as well as configure at runtime custom number format or currency.

{% content-ref url="/spaces/ngFcKbLvzwKsAQzQGiQQ" %}
[Number format](https://marco-baratto.gitbook.io/number-format/)
{% endcontent-ref %}

### Features

* create global app number formatter: you can set default number of decimals to be dysplayed, the delimiter character for decimal and thousands separators and configure global currency symbol and code
* format number as currencies
* format number with decimal and thousands separator
* create custom one shot  number format: when you format a number you can specify custom decimal to be displayed
* create custom one shot  currency number format: when you format a number as currency you can specify custom decimal to be displayed and custum currency symbol


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://marco-baratto.gitbook.io/number-format/number-format/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
