SheetXL - v0.3.20
    Preparing search index...

    Variable relativePathConst

    relativePath: (currentFolder: string, relativePath: string) => string

    Returns a single path string from the current folder and relative path. If relativePath is already absolute (including URLs with different domains), returns it as-is.

    Type declaration

      • (currentFolder: string, relativePath: string): string
      • Parameters

        • currentFolder: string
        • relativePath: string

        Returns string