ember-a11y-testing
Version:
Accessibility testing for Ember applications
13 lines • 316 B
TypeScript
import type { AxeResults } from 'axe-core';
/**
* @public
* @param results The axe results.
*/
export declare function storeResults(results: AxeResults): void;
/**
* Prints aggregated axe results to the console.
*
* @public
*/
export declare function printResults(): void;
//# sourceMappingURL=logger.d.ts.map