UNPKG

nes-tetris-representation

Version:

A set of types and classes that represent the pieces, movement, and rng of NES Tetris

3 lines (2 loc) 135 B
import { Piece } from './piece-types'; export default function inputHandler(event: KeyboardEvent, disabled?: boolean): null | Piece;