UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

10 lines (9 loc) 253 B
/** * @import { Command } from 'commander'; */ /** * Bug: `npx bananass bug` command. * @param {Command} program The `commander` package's `program`. */ export default function bug(program: Command): void; import type { Command } from 'commander';