UNPKG

sudoku-gen

Version:
3 lines (2 loc) 114 B
import { Layout } from '../../types/layout.type'; export declare const getLayout: (baseLayout: Layout) => Layout;