UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

15 lines (14 loc) 290 B
export declare type Skill = { filter: string[]; start_file: string; }; export declare type SkillMeta = { skills: { [key: string]: string | Skill; }; groups: { [key: string]: string[]; }; }; declare const _default: SkillMeta; export default _default;