UNPKG

assertthat

Version:
9 lines (8 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prettyPrintEqualDiff = void 0; const prettyPrint_1 = require("./typeAware/prettyPrint"); const prettyPrintEqualDiff = function (diff) { return (0, prettyPrint_1.prettyPrint)(diff.value); }; exports.prettyPrintEqualDiff = prettyPrintEqualDiff;