UNPKG

assertthat

Version:
8 lines (6 loc) 121 B
const prettyPrintBoolean = function (value: boolean): string { return `${value}`; }; export { prettyPrintBoolean };