Skip to content

Commit

Permalink
chore: update destr import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 4, 2023
1 parent 9aedf07 commit 5b1c1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jiti.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { platform } from "os";
import vm from "vm";
import { fileURLToPath, pathToFileURL } from "url";
import { dirname, join, basename, extname } from "pathe";
import destr from "destr";
import { destr } from "destr";
import escapeStringRegexp from "escape-string-regexp";
import createRequire from "create-require";
import { lt } from "semver";
Expand Down

0 comments on commit 5b1c1ca

Please sign in to comment.