add nominal types for 2D points
This commit is contained in:
parent
94efde3e65
commit
18b5e56ff0
6 changed files with 110 additions and 21 deletions
2
util.js
2
util.js
|
|
@ -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});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue