function flatMap flatMap<T,U,>(fn: (item: T) => U[]): unknown Curried flatMap Type Parameters T U Parameters fn: (item: T) => U[] Return Type unknown