UNPKG

croupier

Version:

A library written in Typescript to create and handle a deck of playing cards

3 lines (2 loc) 53 B
import { Card } from '.'; export type Hand = Card[];