Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathModule<Path>

Type parameters

  • Path

Hierarchy

  • PathModule

Index

Properties

Properties

Readonly isAbsolute

isAbsolute: (path: Path) => boolean

Type declaration

    • (path: Path): boolean
    • Parameters

      • path: Path

      Returns boolean

Readonly join

join: (left: Path, right: Path) => Path

Type declaration

    • (left: Path, right: Path): Path
    • Parameters

      • left: Path
      • right: Path

      Returns Path

Generated using TypeDoc