UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

11 lines (10 loc) 387 B
/** * @typedef {import('../../core/types.js').ConfigObject} ConfigObject */ /** * Asynchronously print relevant details about the current system which can be used to report bugs. * @param {ConfigObject} [configObject = dco] * @async */ export default function info(configObject?: ConfigObject): Promise<void>; export type ConfigObject = import("../../core/types.js").ConfigObject;