diff --git a/sugar/sugar.d.ts b/sugar/sugar.d.ts index 98a5c7705..2552d533f 100644 --- a/sugar/sugar.d.ts +++ b/sugar/sugar.d.ts @@ -4392,9 +4392,9 @@ interface Date { * }); -> ex. 1 day ago **/ format(format: string, locale?: string): string; - short(): string; - long(): string; - full(): string; + short(locale?: string): string; + long(locale?: string): string; + full(locale?: string): string; /** * Returns a string representation of the offset from UTC time. If [iso]