blob: 77af1544bacd6129d88afbaba1c2de9094f86a8a [file] [log] [blame]
export function concatDocumentPath(pathItems: string[]): string {
return pathItems.join(" › ");
}