UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

5 lines (4 loc) • 139 B
/** * Method return a new array with all sub-array elements concatenated into it */ export declare const flatten: (array: any[]) => any;