UNPKG

sudoku-gen

Version:
4 lines (3 loc) 204 B
import { Difficulty } from '../../types/difficulty.type'; import { Sudoku } from '../../types/sudoku.type'; export declare const getSeed: (seeds: Sudoku[], difficulty?: Difficulty | undefined) => Sudoku;