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:
Generated
+765
-154
File diff suppressed because it is too large
Load Diff
@@ -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'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user