ts-lambda-api - v2.5.2
    Preparing search index...

    Function getIn

    • Returns item at path, or undefined if not found. By default unwraps scalar values from their surrounding node; to disable set keepScalar to true (collections are always returned intact).

      Parameters

      • path: Iterable<unknown, any, any>
      • OptionalkeepScalar: boolean

      Returns Strict extends true ? unknown : any