UNPKG

pokemon-go-pvp-rank

Version:
5 lines (3 loc) 174 B
import pokedex, { getByName, getByFamily } from './pokedex.js'; import calculateRank from './rank-calculator.js'; export { pokedex, getByName, getByFamily, calculateRank };