This commit is contained in:
2025-11-16 22:57:25 +00:00
parent 52af76b7ed
commit 7c0935d585
6 changed files with 8417 additions and 1035 deletions

View File

@@ -1,5 +1,5 @@
// node native path
import * as path from 'path';
import * as path from 'node:path';
export { path };