Function polyIsArray

  • Polyfill support function for Array.isArray

    Type Parameters

    • T

    Parameters

    • value: any

      The value to be checked

    Returns value is T[]

    true if the value is an array otherwise false.