interactive prompt can handle polymorphic types

This commit is contained in:
Joeri Exelmans 2025-04-02 15:49:43 +02:00
parent a0e3aa0cb3
commit 4a4983f693
20 changed files with 485 additions and 276 deletions

View file

@ -4,4 +4,3 @@ import { inspect } from 'node:util';
export function pretty(obj) {
return inspect(obj, { colors: true, depth: null });
}