UNPKG

poe-api-manager

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