Expect: {
    type: "const" | "format" | "syntax" | "regexp" | "common";
    value: string;
}

Type declaration

  • Readonly type: "const" | "format" | "syntax" | "regexp" | "common"
  • Readonly value: string

Generated using TypeDoc