UNPKG

poe-api-manager

Version:
12 lines (11 loc) 340 B
import PoeWatch from "../../../../AbstractClass/PoeWatch"; /** * Subclass of PoeWatch for accessing fossil data. */ export declare class FossilModule extends PoeWatch { /** * Creates a new instance of FossilModule. * @param league - The league from which the data will be fetched. */ constructor(league: string); }