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