mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-06-13 01:15:30 +02:00
Export mergePath
This commit is contained in:
parent
8af471699e
commit
39430c4dd8
@ -1,4 +1,4 @@
|
||||
function mergePath(basePaths: (string | null)[], path: string) {
|
||||
export function mergePath(basePaths: (string | null)[], path: string) {
|
||||
if (path.startsWith("/")) {
|
||||
path = path.slice(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user