UNPKG

enum-plus

Version:

A drop-in replacement for native enum. Like native enum but much better!

3 lines (2 loc) 208 B
import type { EnumLocaleExtends } from 'enum-plus/extension'; export type LocalizeInterface = (localeKey: Exclude<EnumLocaleExtends['LocaleKeys'], (...args: any[]) => string | undefined> | undefined) => any;