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