Skip to content

Commit

Permalink
Extract API
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent c602962 commit a64844b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/review/api/alfa-test-utils.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ export namespace Rules {
const wcag20Filter: Predicate<Flattened.Rule>;
const wcag20aaFilter: Predicate<Flattened.Rule>;
const wcag21aaFilter: Predicate<Flattened.Rule>;
const ARIAFilter: Predicate<Flattened.Rule>;
const bestPracticesFilter: Predicate<Flattened.Rule>;
const componentFilter: Predicate<Flattened.Rule>;
export function cherryPickFilter(rulesId: Array<number>): Predicate<Flattened.Rule>;
export function cherryPickFilter(...rulesId: Array<number>): Predicate<Flattened.Rule>;
Expand Down

0 comments on commit a64844b

Please sign in to comment.