const prettyPrintNumber = function (value: number): string { return `${value}`; }; export { prettyPrintNumber };