UNPKG

covertable

Version:

A flexible pairwise tool written in TypeScript

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