UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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