UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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