UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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