2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

chore: bump deps

This commit is contained in:
Alexander Shabunevich
2024-07-07 16:50:58 +03:00
parent f47d4ca65d
commit 75f7562016
2 changed files with 765 additions and 155 deletions
+765 -154
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -7,7 +7,6 @@ const createFormatter = (min: number, max: number, opts: MaskOptions): Intl.Numb
new Intl.NumberFormat(opts.number?.locale ?? 'en', {
minimumFractionDigits: min,
maximumFractionDigits: max,
// @ts-expect-error
roundingMode: 'trunc'
})