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 Apr 28, 2021
1 parent 2fedfb6 commit 417f572
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 417f572

Please sign in to comment.