function mapSequential mapSequential<T,U,>(fn: (item: T) => Promise<U>): unknown Map over a promise-returning function sequentially (one at a time) Type Parameters T U Parameters fn: (item: T) => Promise<U> Return Type unknown