UNPKG

poe-api-manager

Version:
13 lines (12 loc) 361 B
import PoeNinja from "../../../../../AbstractClass/PoeNinja"; /** * Represents a module for handling scarabs. */ export declare class ScarabModule extends PoeNinja { /** * Creates an instance of ScarabModule. * @param league - The league name. * @param typeName - The type name. */ constructor(league: string, typeName: string); }