UNPKG

pitch-invader

Version:

React library designed to simplify the process of creating and managing a football (soccer) starting lineup.

4 lines (2 loc) 124 B
import { Player } from '../types'; export declare function isSelected(selectedPlayers: Player[], player: Player): boolean;