mirror of
https://github.com/tenrok/maska.git
synced 2026-06-23 20:40:35 +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', {
|
new Intl.NumberFormat(opts.number?.locale ?? 'en', {
|
||||||
minimumFractionDigits: min,
|
minimumFractionDigits: min,
|
||||||
maximumFractionDigits: max,
|
maximumFractionDigits: max,
|
||||||
// @ts-expect-error
|
|
||||||
roundingMode: 'trunc'
|
roundingMode: 'trunc'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user