🚀 Auto-deploy: Camila atualizado em 26/05/2026 13:59:50
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.joinPath = void 0;
|
||||
const joinPath = (...parts) => {
|
||||
return parts
|
||||
.filter(Boolean)
|
||||
.join("/")
|
||||
.replace(/\/{2,}/g, "/");
|
||||
};
|
||||
exports.joinPath = joinPath;
|
||||
Reference in New Issue
Block a user