UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines (7 loc) 244 B
/** * A string that represents an entity. This is the entity type, variant, and sub-type, all separated * by periods. * * This type is branded for extra type safety. */ export type EntityID = string & { readonly __entityIDBrand: symbol };