UNPKG

covertable

Version:

A flexible pairwise tool written in TypeScript

4 lines (3 loc) 190 B
import type { FactorsType, PairType } from '../types'; import { Controller } from '../controller'; export default function <T extends FactorsType>(ctrl: Controller<T>): Generator<PairType>;