feat: new path util package

This commit is contained in:
2025-09-16 23:17:19 +00:00
parent 68ca8cbccd
commit 691798c56d
5 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "@fileone/path",
"module": "index.ts",
"type": "module",
"peerDependencies": {
"typescript": "^5"
}
}