UNPKG

assertthat

Version:
9 lines (8 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prettyPrintUndefined = void 0; // eslint-disable-next-line @typescript-eslint/no-unused-vars const prettyPrintUndefined = function (value) { return 'undefined'; }; exports.prettyPrintUndefined = prettyPrintUndefined;