UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

5 lines (3 loc) 196 B
import type { StartsWithUppercase } from "./StartsWithUppercase"; /** Helper type to match all of the uppercase keys of an object. */ export type UppercaseKeys<T> = StartsWithUppercase<keyof T>;