UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

14 lines (13 loc) 389 B
export default Testcase; export type Testcase = import("../../types.js").Testcase; export type TestcaseStruct = import("superstruct").Struct<Testcase>; /** * @typedef {import('../../types.js').Testcase} Testcase * @typedef {import('superstruct').Struct<Testcase>} TestcaseStruct */ /** * `Testcase` type struct. * * @type {TestcaseStruct} */ declare const Testcase: TestcaseStruct;