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