pokelab
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

PokéLAB

Pokémon data & utilities to build tools.

Use it

import { Pokedex, Types } from 'pokelab';

const electricPokemon = Pokedex.All.filter(({ types }) =>
	types.includes(Types.Electric),
);

Readme

Keywords

none

Package Sidebar

Install

npm i pokelab

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

348 kB

Total Files

44

Last publish

Collaborators

  • smorchon