UNPKG

assertthat

Version:
8 lines (7 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prettyPrintRecursion = void 0; const prettyPrintRecursion = function (recursion) { return `Recursion("${recursion.recursionPath}")`; }; exports.prettyPrintRecursion = prettyPrintRecursion;