isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
4 lines • 301 B
TypeScript
import { ItemConfigCardType } from "isaac-typescript-definitions";
/** The set of all `ItemConfigCardType` values that are not a rune or special object. */
export declare const ITEM_CONFIG_CARD_TYPES_FOR_CARDS: ReadonlySet<ItemConfigCardType>;
//# sourceMappingURL=itemConfigCardTypesForCards.d.ts.map