pokelab-lets-go

v0.0.11
Pokémon data & utilities to build tools.

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),
);
npm i pokelab-lets-go

Metadata

  • ISC
  • Whatever
  • Sergio Morchón Poveda
  • released 12/7/2018

Downloads

Maintainers