UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

4 lines 238 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>; //# sourceMappingURL=UppercaseKeys.d.ts.map