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

    Function get

    • Returns item at key, 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).

      key must contain a representation of an integer for this to succeed. It may be wrapped in a Scalar.

      Parameters

      • key: unknown
      • keepScalar: true

      Returns Scalar<T>

    • Returns item at key, 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).

      key must contain a representation of an integer for this to succeed. It may be wrapped in a Scalar.

      Parameters

      • key: unknown
      • OptionalkeepScalar: false

      Returns T

    • Returns item at key, 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).

      key must contain a representation of an integer for this to succeed. It may be wrapped in a Scalar.

      Parameters

      • key: unknown
      • OptionalkeepScalar: boolean

      Returns T | Scalar<T>