UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

5 lines (4 loc) 355 B
import type { FortuneSource, FortuneSourceProgress } from '../constants/upgrades.js'; import type { Upgradeable } from '../fortune/upgradeable.js'; export declare function getFortuneProgress(level: number | null | undefined, source: FortuneSource): FortuneSourceProgress; export declare function getItemProgress(item: Upgradeable): FortuneSourceProgress;