UNPKG

sudoku-gen

Version:
3 lines (2 loc) 92 B
import { Token } from './token.type'; export declare type TokenMap = Record<Token, string>;