UNPKG

civ7-modding-tools

Version:
4 lines (3 loc) 102 B
export type TClassProperties<T> = { [K in keyof T as T[K] extends Function ? never : K]: T[K]; };