From f1b7ab2320da626fce7d22d06d0c95f51829dad1 Mon Sep 17 00:00:00 2001 From: Mateus Sampaio Date: Mon, 6 Nov 2023 11:23:15 -0300 Subject: [PATCH] docs(readme): add currency-to-float --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2e0790b..fcfacba 100644 --- a/readme.md +++ b/readme.md @@ -569,6 +569,7 @@ - [xlsx-populate](https://github.com/dtjohnson/xlsx-populate) - Read/write Excel XLSX. - [Chevrotain](https://github.com/Chevrotain/chevrotain) - Very fast and feature rich parser building toolkit for JavaScript. - [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) - Validate and parse XML. +- [currency-to-float](https://github.com/mateus4k/currency-to-float) - Convert a currency string to number: `US $54.99` → `54.99` ### Humanize