UNPKG

lol-constants

Version:

League of Legends constants, functions, and types. Provides a plathera of functions to easily convert between ID, Name, and Key for champions, items, summoner spells, and runes.

7 lines (6 loc) 190 B
export declare const StatRuneSlots: { readonly OFFENSE: 0; readonly FLEX: 1; readonly DEFENSE: 2; }; export type StatRuneSlot = typeof StatRuneSlots[keyof typeof StatRuneSlots];