UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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