isaacscript-common 63.0.0 → 64.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9234,12 +9234,6 @@ export declare function isGoldenTrinketType(trinketType: TrinketType): boolean;
9234
9234
  /** Helper function to see if the given pill color is either a gold pill or a horse gold pill. */
9235
9235
  export declare function isGoldPill(pillColor: PillColor): boolean;
9236
9236
 
9237
- /**
9238
- * Helper function to check if the difficulty of the current run is equal to `Difficulty.GREED` or
9239
- * `Difficulty.GREEDIER`.
9240
- */
9241
- export declare function isGreedMode(): boolean;
9242
-
9243
9237
  /** Helper function to detect if a variable is of type `GridEntity`. */
9244
9238
  export declare function isGridEntity(variable: unknown): variable is GridEntity;
9245
9239