Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Lists/Paths/hasPath

Index

Functions

Functions

hasPath

  • hasPath(list: List, path: ListPath, separator?: string): boolean
  • This method checks if a given path exists in a given $input array

    Parameters

    • list: List

      The list to check

    • path: ListPath

      The path to check for in $list

    • Optional separator: string

      Default: "." Can be set to any string you want to use as separator of path parts.

    Returns boolean

Generated using TypeDoc