UNPKG

showdown-calc-cli

Version:

Quick and easy pokemon damage calulations in your terminal

3 lines (2 loc) 127 B
import inquirer from "inquirer"; export declare const getDamageCalcPrompts: (gen: number) => inquirer.QuestionCollection<any>;