• function checking if an object is an array or not.

    Parameters

    • obj: object

    Returns boolean

    true if object is an arry, false in case Array.isArray is not availabe or the object is no array.

    Export

Generated using TypeDoc