UNPKG

sudoku-gen

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