bananass
Version:
Baekjoon Framework for JavaScript.🍌
12 lines (11 loc) • 395 B
TypeScript
export default ConfigObjectBrowser;
/**
* @import { ConfigObjectBrowser } from '../../types.js';
* @import { Struct } from 'superstruct';
*/
/**
* `ConfigObjectBrowser` type struct.
* @type {Struct<ConfigObjectBrowser>}
*/ declare const ConfigObjectBrowser: Struct<ConfigObjectBrowser>;
import type { ConfigObjectBrowser } from '../../types.js';
import type { Struct } from 'superstruct';