# @ts-check

import isArray_getType from './getType'

###* @type import('./isArray').IsArray ###
export default (ipt) ->
  isArray_type = isArray_getType ipt
  unless isArray_type == 'array' then return false
  return true