UNPKG

assertthat

Version:
9 lines (7 loc) 190 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars const prettyPrintUndefined = function (value: undefined): string { return 'undefined'; }; export { prettyPrintUndefined };