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