UNPKG

axe-sarif-converter

Version:

Convert axe-core accessibility scan results to the SARIF format

8 lines (7 loc) 225 B
import { DictionaryStringTo } from './dictionary-types'; export interface WCAGLinkData { text: string; url?: string; title?: string; } export declare const axeTagsToWcagLinkData: DictionaryStringTo<WCAGLinkData>;