This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Type definitions for axe-core 2.0.5 | |
// Project: https://github.com/dequelabs/axe-core | |
// Definitions by: Marcy Sutton <https://github.com/marcysutton> | |
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | |
declare const enum Tags {"wcag2a", "wcag2aa", "section508", "best-practice"} | |
declare const enum Reporter {"v1", "v2"} | |
interface ElementContext { |