Skip to content

Commit

Permalink
Merge pull request #229 from biko2/fix-typings
Browse files Browse the repository at this point in the history
fix 'locale' method name in index.d.ts typings file
  • Loading branch information
iamkun authored Jun 6, 2018
2 parents 73495cb + f0d0a3e commit 6d6e5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ declare namespace dayjs {

export function extend(plugin: PluginFunc, option?: ConfigType): Dayjs

export function local(arg1: any, arg2?: any): void
export function locale(arg1: any, arg2?: any): void
}

0 comments on commit 6d6e5fa

Please sign in to comment.