UNPKG

assertthat

Version:
5 lines (4 loc) 220 B
import { EqualDiff } from '../../diffs/EqualDiff'; import { SetDiff } from '../../diffs/forSets/SetDiff'; declare const compareSets: (actual: Set<any>, expected: Set<any>) => SetDiff | EqualDiff; export { compareSets };