UNPKG

@scayle/storefront-core

Version:

Collection of essential utilities to work with the Storefront API

4 lines (3 loc) 74 B
export const flattenDeep = (array) => { return array.flat(Infinity); };