Skip to content

Instantly share code, notes, and snippets.

View DanielRosenwasser's full-sized avatar

Daniel Rosenwasser DanielRosenwasser

View GitHub Profile
@DanielRosenwasser
DanielRosenwasser / axe-core.d.ts
Last active July 19, 2016 00:55 — forked from marcysutton/axe-core.d.ts
Typescript attempt #1
// 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 {