• Returns the requested member or element Note that key_or_index will be converted to/from string/number as required depending on the type of value Note that only array elements are considered for arrays. Properties such as length will not be returned.

    Type Parameters

    • T

    Parameters

    • value: Record<string, T> | T[]
    • key_or_index: string | number

    Returns T | undefined

Generated using TypeDoc