Skip to content

Commit

Permalink
fix: changed utcOffset method typo from UTC plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Orobenko committed Aug 12, 2021
1 parent e2feb6b commit 0c0e70a
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 0c0e70a

Please sign in to comment.