Skip to content
Anky Y edited this page Jan 5, 2024 · 4 revisions

Welcome to the pokedex2.js wiki!

Basic usage

import dex from "pokedex2.js"

dex("rayquaza").then((p) => {
    // do stuff with Pokemon 
});
Clone this wiki locally