UNPKG

@esponjosin/pokeapi.js

Version:

pokeapi.js is a module that obtains the data from the page https://pokeapi.co and that allows the user to interact with the page in an easier way

3 lines (2 loc) 108 B
const path = require('path'); module.exports = require(path.resolve(__dirname, './Structures/Client.js'))