UNPKG

assertthat

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