fix imports

This commit is contained in:
Joeri Exelmans 2025-05-10 12:36:06 +02:00
parent be856bffad
commit d363d73dbd
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import { getHumanReadableName } from "../primitives/symbol.js";
import { inspect } from "util";
import { inspect } from "node:util";
import { prettyT } from "../util/pretty.js";
export const inspectType = function(depth, options, inspect){ return options.stylize(prettyT(this), 'date'); }