pretty print enhancements + comparison of generic functions
This commit is contained in:
parent
bbac7858ae
commit
9e1f679dba
15 changed files with 93 additions and 45 deletions
|
|
@ -1,3 +1,7 @@
|
|||
export const unit = {};
|
||||
import { inspect } from "node:util";
|
||||
|
||||
export const unit = {
|
||||
[inspect.custom](depth, options, inspect){ return '()'; }
|
||||
};
|
||||
|
||||
export const eqUnit = _ => _ => true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue