bananass
Version:
Baekjoon Framework for JavaScript.🍌
11 lines (10 loc) • 359 B
TypeScript
/**
* @import { ConfigObject } from '../../core/types.js';
*/
/**
* 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>;
import type { ConfigObject } from '../../core/types.js';