UNPKG

showdown-calc-cli

Version:

Quick and easy pokemon damage calulations in your terminal

4 lines (3 loc) 242 B
import { pokemonInfo } from "../types"; export declare const parseAttackerString: (str: string, gen: number) => [pokemonInfo, string]; export declare const parseDefenderString: (str: string, moveCategory: string, gen: number) => pokemonInfo;