UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

11 lines (8 loc) 227 B
import en from './en.json' with { type: 'json' } const defaultResource = { translation: en } declare module 'i18next' { interface CustomTypeOptions { defaultNS: 'translation' resources: typeof defaultResource } }