UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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