Skip to content

Commit

Permalink
👕 update(flowtype): remove unneccesary type
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed May 26, 2017
1 parent 39234d5 commit eb60156
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions decls/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ declare interface I18n {
n (value: number, ...args: any): NumberFormatResult
};

declare type FormatterOptions = { [key: string]: any };

declare interface Formatter {
interpolate (message: string, values: any): Array<any>
};

0 comments on commit eb60156

Please sign in to comment.