Type alias booleanRule

booleanRule: {
    arg: string;
    fun: "boolean";
}

boolean 规则

对传入的字符串进行比较 ===

Type declaration

  • arg: string
  • fun: "boolean"

Generated using TypeDoc