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