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
/
criteria
/
simple.d.ts
4 lines
(3 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
import
type
{
FactorsType
,
PairType
}
from
'../types'
;
import
{
Controller
}
from
'../controller'
;
export
default
function
<T
extends
FactorsType
>(
ctrl
:
Controller
<T>):
Generator
<
PairType
>;