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.

4 lines (3 loc) 86 B
export type MergeKeys<T> = { [K in keyof T]: T[K] extends infer U ? U : never; };