UNPKG

sudoku-gen

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