import pokedex, { getByName, getByFamily } from './pokedex.js';
import calculateRank from './rank-calculator.js';

export { pokedex, getByName, getByFamily, calculateRank };
