add nominal types for 2D points

This commit is contained in:
Joeri Exelmans 2025-03-20 12:07:31 +01:00
parent 94efde3e65
commit 18b5e56ff0
6 changed files with 110 additions and 21 deletions

View file

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