Skip to content

Instantly share code, notes, and snippets.

@f0rr0
Created June 27, 2016 14:56
Show Gist options
  • Save f0rr0/d0d8ab3dd02e8f282a8bdb0e42e7a0f2 to your computer and use it in GitHub Desktop.
Save f0rr0/d0d8ab3dd02e8f282a8bdb0e42e7a0f2 to your computer and use it in GitHub Desktop.
import Pokedex from 'pokedex-promise-v2';
const P = new Pokedex();
export default function get (pokemon) {
return P.getPokemonByName(pokemon);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment