UNPKG

assertthat

Version:
4 lines (3 loc) 163 B
import { SetDiff } from '../../diffs/forSets/SetDiff'; declare const prettyPrintSetDiff: (diff: SetDiff, depth?: number) => string; export { prettyPrintSetDiff };