UNPKG
poker-odds-calc-test
Version:
latest (0.0.19)
0.0.19
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
Test npm publish
github.com/surbhitrao/poker-odds-omaha5
surbhitrao/poker-odds-omaha5
poker-odds-calc-test
/
lib.d.ts
8 lines
(7 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Card
from
"./src/lib/Card"
;
declare
global
{
interface
Array
<T> {
sortCards
() :
Array
<
Card
>;
sortPairs
() :
Array
<
Array
<
Card
>>; } }