replace 'prompt' example by 'environment'
This commit is contained in:
parent
f8008aa25d
commit
b1c2e7836d
15 changed files with 317 additions and 517 deletions
|
|
@ -1,7 +1,3 @@
|
|||
import { inspect } from "node:util";
|
||||
|
||||
export const unit = {
|
||||
[inspect.custom](depth, options, inspect){ return '()'; }
|
||||
};
|
||||
export const unit = {};
|
||||
|
||||
export const eqUnit = _ => _ => true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue