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