Skip to content

Commit

Permalink
fix: update utcOffset plugin type file (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiO-INO committed Aug 17, 2021
1 parent e2feb6b commit f68e4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugin/utc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare module 'dayjs' {

isUTC(): boolean

utcOffset(offset: number, keepLocalTime?: boolean): Dayjs
utcOffset(offset: number | string, keepLocalTime?: boolean): Dayjs
}

export function utc(config?: ConfigType, format?: string, strict?: boolean): Dayjs
Expand Down

0 comments on commit f68e4b1

Please sign in to comment.