export type OperatorFunction = (value: any[]) => number;
