UNPKG

pokemon.js

Version:

A JavaScript library that makes interacting with PokeAPI easier

3 lines (2 loc) 88 B
const Pokemon = require('../src'); Pokemon.getPokemon('tapu koko').then(console.log);