Skip to content

Commit

Permalink
fix(types): make evaluate check optional (#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored and straker committed May 18, 2021
1 parent 053d53f commit 75fabfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ declare namespace axe {
}
interface Check {
id: string;
evaluate: Function | string;
evaluate?: Function | string;
after?: Function | string;
options?: any;
matches?: string;
Expand Down

0 comments on commit 75fabfe

Please sign in to comment.