operator-map.d.ts 134 B

1234
  1. export declare const OperatorMap: {
  2. [key: string]: string;
  3. };
  4. export declare function operatorToString(operator: string): string;