Operator: {
    *?: Exclude<OperatorValue, string>;
    /?: Exclude<OperatorValue, string>;
    k?: OperatorValue;
    d?: OperatorValue;
    round?: OperatorValue;
}

Type declaration

  • Optional *?: Exclude<OperatorValue, string>
  • Optional /?: Exclude<OperatorValue, string>
  • Optional k?: OperatorValue
  • Optional d?: OperatorValue
  • Optional round?: OperatorValue

Generated using TypeDoc