UNPKG

assertthat

Version:
11 lines (8 loc) 243 B
import { EqualDiff } from '../diffs/EqualDiff'; import { prettyPrint } from './typeAware/prettyPrint'; const prettyPrintEqualDiff = function (diff: EqualDiff): string { return prettyPrint(diff.value); }; export { prettyPrintEqualDiff };