UNPKG

react-i18next

Version:

Internationalization for react done right. Using the i18next i18n ecosystem.

4 lines (3 loc) 125 B
// Internal Helpers export type $Tuple<T> = readonly [T?, ...T[]]; export type $Subtract<T extends K, K> = Omit<T, keyof K>;