• Check if every item of array is the type

    Parameters

    • arr: any[]

      The array to check

    • type: string

      Check the type to check

    Returns void

    true or false

    jez020