UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

11 lines (10 loc) 341 B
/** * @typedef {import('../../core/types.js').ConfigObject} ConfigObject */ /** * Asynchronously open the github issues in a browser. * @param {ConfigObject} [configObject = dco] * @async */ export default function bug(configObject?: ConfigObject): Promise<void>; export type ConfigObject = import("../../core/types.js").ConfigObject;