UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

12 lines (11 loc) 395 B
export default ConfigObjectConsole; /** * @import { ConfigObjectConsole } from '../../types.js'; * @import { Struct } from 'superstruct'; */ /** * `ConfigObjectConsole` type struct. * @type {Struct<ConfigObjectConsole>} */ declare const ConfigObjectConsole: Struct<ConfigObjectConsole>; import type { ConfigObjectConsole } from '../../types.js'; import type { Struct } from 'superstruct';