UNPKG

bptf-listing-parser

Version:

Parse bptf listings into readable objects containing spells, paints and parts.

7 lines (6 loc) 115 B
declare const spells: { [key: number]: { [key: number]: string; }; }; export default spells;