UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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