UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

6 lines (5 loc) 354 B
import type { Stat } from '../constants/stats.js'; import type { EffectSummary } from '../constants/upgrades.js'; import type { Effect } from './types.js'; export declare function effectToSummary(effect: Effect): EffectSummary | undefined; export declare function effectsToSummaries(effects: readonly Effect[], stats?: readonly Stat[]): EffectSummary[];