export type Accumulate = (prevValue: any, currentValue: any, index: number, args: string[]) => any;
