Skip to content

Commit

Permalink
🆙 update(typing): fix flowtype
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 28, 2017
1 parent 700abb6 commit fa06f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decls/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ declare interface I18n {
setLocaleMessage (locale: Locale, message: LocaleMessageObject): void,
mergeLocaleMessage (locale: Locale, message: LocaleMessageObject): void,
t (key: Path, ...values: any): TranslateResult,
i (key: Path, ...values: any): TranslateResult,
i (key: Path, locale: Locale, values: Object): TranslateResult,
tc (key: Path, choice?: number, ...values: any): TranslateResult,
te (key: Path, locale?: Locale): boolean,
getDateTimeFormat (locale: Locale): DateTimeFormat,
Expand Down

0 comments on commit fa06f44

Please sign in to comment.