export type Transformer = (item: TInput, index: number, array: Array) => TOutput;