UNPKG

assertthat

Version:
8 lines (6 loc) 140 B
const prettyPrintSymbol = function (value: symbol): string { return `Symbol("${value.description}")`; }; export { prettyPrintSymbol };