Function isTildeNotation

  • Checks if the given path is in tilde notation.

    Parameters

    • path: string

      The path to check.

    Returns boolean

    true if the path is in tilde notation, false otherwise.