fix imports
This commit is contained in:
parent
be856bffad
commit
d363d73dbd
2 changed files with 2 additions and 2 deletions
|
|
@ -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'); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue