UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

4 lines 261 B
import { PlayerType } from "isaac-typescript-definitions"; /** Maps character names to the values of the `PlayerType` enum. */ export declare const CHARACTER_NAME_TO_TYPE_MAP: ReadonlyMap<string, PlayerType>; //# sourceMappingURL=characterNameToTypeMap.d.ts.map