// inspired by ramda and rambda
/* eslint-disable */

export default function unnest(arr: any[]): any[]
