isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
8 lines • 379 B
TypeScript
import type { CollectibleType } from "isaac-typescript-definitions";
/**
* Maps collectible names to the values of the `CollectibleType` enum.
*
* For a mapping of `CollectibleType` to name, see the `COLLECTIBLE_NAMES` constant.
*/
export declare const COLLECTIBLE_NAME_TO_TYPE_MAP: ReadonlyMap<string, CollectibleType>;
//# sourceMappingURL=collectibleNameToTypeMap.d.ts.map