diff options
Diffstat (limited to 'src/js/intl.nim')
-rw-r--r-- | src/js/intl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/intl.nim b/src/js/intl.nim index 28cc42d5..f37789ad 100644 --- a/src/js/intl.nim +++ b/src/js/intl.nim @@ -8,7 +8,7 @@ type #TODO ...yeah proc newNumberFormat(name: string = "en-US", - options = none(JSObject)): NumberFormat {.jsctor.} = + options = none(JSValue)): NumberFormat {.jsctor.} = return NumberFormat() #TODO: this should accept string/BigInt too |