// @flow

export default function identicalArrays<T, V = T[]>(left: V, right: V): boolean
