Options
All
  • Public
  • Public/Protected
  • All
Menu

Module xapi/normalizePath

Index

Functions

Functions

default

  • Normalizes a path by turning it into an Array of strings. Removes empty parts of the path and ignores redundant whitespace or slashes. Each path element is also capitalized.

    Parameters

    • path: Path

      Array or string path to normalize.

    Returns NormalizedPath

    Array of path segments.

Generated using TypeDoc