export type CallBackReduce<T, R> = (
  accumulator: T | R,
  value: T,
  index?: number,
  collection?: T[]