Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/find"

Index

Functions

Functions

find

  • find(model: any, path: string): any
  • Find and return value by path, if path is not available in provided context, returns null

    Parameters

    • model: any
    • path: string

      path to value

    Returns any

    value or null

parse

  • parse(pathStr: string): string[]
  • Parse JSON path and return array of segments

    Parameters

    • pathStr: string

    Returns string[]

    array of segments

Generated using TypeDoc