UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

12 lines (11 loc) 318 B
export default Testcase; /** * @import { Testcase } from '../../types.js'; * @import { Struct } from 'superstruct'; */ /** * `Testcase` type struct. * @type {Struct<Testcase>} */ declare const Testcase: Struct<Testcase>; import type { Testcase } from '../../types.js'; import type { Struct } from 'superstruct';