UNPKG

assertthat

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