We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f08cf commit 05f91cdCopy full SHA for 05f91cd
src/Node/Path.js
@@ -1,4 +1,4 @@
1
-import path from "path";
+import path from "node:path";
2
export const normalize = path.normalize;
3
4
export function concat(segments) {
0 commit comments