Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Const humanlizePath

  • humanlizePath(file: string): string
  • Parameters

    • file: string

    Returns string

Const isAbsolutePath

  • isAbsolutePath(path: string): boolean
  • Parameters

    • path: string

    Returns boolean

Const isRelativePath

  • isRelativePath(path: string): boolean
  • Parameters

    • path: string

    Returns boolean

normalizePath

  • normalizePath(...paths: string[]): string
  • Parameters

    • Rest ...paths: string[]

    Returns string

Const relativePath

  • relativePath(from: string, to: string): string
  • Parameters

    • from: string
    • to: string

    Returns string

Const resolvePath

  • resolvePath(...paths: string[]): string
  • Parameters

    • Rest ...paths: string[]

    Returns string

Generated using TypeDoc