Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JoinFunction<Path>

Type parameters

  • Path

Hierarchy

  • JoinFunction

Callable

  • __call(left: Path, right: Path): Path
  • Join two path together

    Parameters

    • left: Path

      Base path

    • right: Path

      Continuing path

    Returns Path

    path.join(left, right) if right is relative, or just right otherwise

Generated using TypeDoc