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