UNPKG

civ7-modding-tools

Version:
6 lines (5 loc) 136 B
export type TLocalizationProperties<T> = { [K in keyof T as T[K] extends Function ? never : K]: T[K]; } & { prefix?: string; };