@etsoo/shared 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -238,6 +238,7 @@ Numbers related utilities
|
|
|
238
238
|
|Name|Description|
|
|
239
239
|
|---:|---|
|
|
240
240
|
|format|Format number|
|
|
241
|
+
|formatFileSize|Format file size|
|
|
241
242
|
|formatMoney|Format money number|
|
|
242
243
|
|getCurrencySymbol|Get currency symbol or name from ISO code|
|
|
243
244
|
|parse|Parse float value|
|