UNPKG

assertthat

Version:
8 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prettyPrintSymbol = void 0; const prettyPrintSymbol = function (value) { return `Symbol("${value.description}")`; }; exports.prettyPrintSymbol = prettyPrintSymbol;