UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines 270 B
import type { CollectibleType, ItemPoolType } from "isaac-typescript-definitions"; export declare const ITEM_POOL_TYPE_TO_COLLECTIBLE_TYPES_SET: Readonly<Record<ItemPoolType, ReadonlySet<CollectibleType>>>; //# sourceMappingURL=itemPoolTypeToCollectibleTypesSet.d.ts.map