Skip to main content
Module

x/casualdb/data/pokemon.ts>Pokemon

Simple JSON "database" for Deno with type-safety! ⚡️
Latest
interface Pokemon
import { type Pokemon } from "https://deno.land/x/casualdb@v0.1.4/data/pokemon.ts";

Properties

id: number
name: string
weight: number
height: number
types: string[]