"use strict"; module.exports = function flatten(array) { return array.flat(Infinity); };