UNPKG
covertable
Version:
latest (3.0.0)
next (3.0.0-rc.2)
3.0.0
3.0.0-rc.2
3.0.0-rc.1
3.0.0-rc.0
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.4.0-alpha.2
2.4.0-alpha.1
2.4.0-alpha.0
2.3.2-alpha.5
2.3.2-alpha.4
2.3.2-alpha.3
2.3.2-alpha.2
2.3.2-alpha.1
2.3.2-alpha.0
2.3.1
2.3.0
2.3.0-alpha.2
2.3.0-alpha.1
2.3.0-alpha.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
A flexible pairwise tool written in TypeScript
docs.walkframe.com/covertable
walkframe/covertable
covertable
/
dist
/
sorters
/
random.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
type {
PairType
,
SortArgsType
}
from
'../types'
;
export
default
function
(
pairs: PairType[], sortArgs: SortArgsType
):
PairType
[];