All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.array.d.ts Maven / Gradle / Ivy

The newest version!
/**
 * Flatten array, one level deep.
 *
 * @param arr
 *
 * @return
 */
export function flatten(arr: T[] | null): T[];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy