UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

13 lines (12 loc) 438 B
export default ConfigObject; export type ConfigObject = import("../../types.js").ConfigObject; export type ConfigObjectStruct = import("superstruct").Struct<ConfigObject>; /** * @typedef {import('../../types.js').ConfigObject} ConfigObject * @typedef {import('superstruct').Struct<ConfigObject>} ConfigObjectStruct */ /** * `ConfigObject` type struct. * @type {ConfigObjectStruct} */ declare const ConfigObject: ConfigObjectStruct;