bananass
Version:
Baekjoon Framework for JavaScript.🍌
14 lines (13 loc) • 363 B
TypeScript
export default Output;
export type Output = import("../../types.js").Output;
export type OutputStruct = import("superstruct").Struct<Output>;
/**
* @typedef {import('../../types.js').Output} Output
* @typedef {import('superstruct').Struct<Output>} OutputStruct
*/
/**
* `Output` type struct.
*
* @type {OutputStruct}
*/
declare const Output: OutputStruct;