UNPKG

covertable

Version:

Efficient TypeScript library for pairwise testing, generating minimal covering arrays with constraint support.

3 lines (2 loc) 137 B
import type { PairType, SortArgsType } from '../types'; export default function (pairs: PairType[], sortArgs: SortArgsType): PairType[];