bananass
Version:
Baekjoon Framework for JavaScript.🍌
17 lines (16 loc) • 774 B
TypeScript
/** @satisfies {string} */
export const bug: "open the github issues in a browser";
/** @satisfies {string} */
export const build: string;
/** @satisfies {string} */
export const discussion: "open the github discussions in a browser";
/** @satisfies {string} */
export const home: "open the official documentation homepage in a browser";
/** @satisfies {string} */
export const info: "print relevant details about the current system which can be used to report bugs";
/** @satisfies {string} */
export const open: "open the given baekjoon problem numbers in a browser";
/** @satisfies {string} */
export const repo: "open the github repository in a browser";
/** @satisfies {string} */
export const run: "run generated testcases and compare them with the expected outputs";