UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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