UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines 347 B
import type { TrinketType } from "isaac-typescript-definitions"; /** * Maps trinket names to the values of the `TrinketType` enum. * * For a mapping of `TrinketType` to name, see the `TRINKET_NAMES` constant. */ export declare const TRINKET_NAME_TO_TYPE_MAP: ReadonlyMap<string, TrinketType>; //# sourceMappingURL=trinketNameToTypeMap.d.ts.map