Skip to content

Commit

Permalink
Remove orphaned type from icu-messageformat-parser (#4418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renegade334 committed May 18, 2024
1 parent 53cfebc commit d072aa5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/icu-messageformat-parser/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,3 @@ export function createNumberElement(
style,
}
}

export type IntlLocaleLike = {
readonly hourCycle?: Intl.LocaleHourCycleKey
readonly hourCycles?: Array<Intl.LocaleHourCycleKey>
}

0 comments on commit d072aa5

Please sign in to comment.