fix imports
This commit is contained in:
parent
be856bffad
commit
d363d73dbd
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Tiny wrapper around function-red-black-tree that overrides the [inspect.custom] symbol so when we print it (during debugging) we just see the (key=>value)-pairs instead of the tree structure.
|
||||
|
||||
import createRBTree from "functional-red-black-tree";
|
||||
import { inspect } from "util";
|
||||
import { inspect } from "node:util";
|
||||
|
||||
function defaultPrintf(depth, options, inspect) {
|
||||
const entries = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue