UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

4 lines (3 loc) 247 B
import { type FortuneUpgrade } from '../constants/upgrades.js'; export declare function withGroupedUpgrades(upgrades: FortuneUpgrade[]): FortuneUpgrade[]; export declare function buildGroupedUpgrades(upgrades: FortuneUpgrade[]): FortuneUpgrade[];