0.0.11 • Published 7 years ago
pokelab-lets-go v0.0.11
PokéLAB Let's Go
Pokémon data & utilities to build tools.
Use it
const { Pokedex, Types } = require('pokelab-lets-go');
const electricPokemon = Pokedex.All.filter(({ types }) =>
types.includes(Types.Electric),
);