Skip to content

Commit 5b1c1ca

Browse files
committed
chore: update destr import
1 parent 9aedf07 commit 5b1c1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jiti.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { platform } from "os";
55
import vm from "vm";
66
import { fileURLToPath, pathToFileURL } from "url";
77
import { dirname, join, basename, extname } from "pathe";
8-
import destr from "destr";
8+
import { destr } from "destr";
99
import escapeStringRegexp from "escape-string-regexp";
1010
import createRequire from "create-require";
1111
import { lt } from "semver";

0 commit comments

Comments
 (0)