UNPKG

@axe-core/cli

Version:

A CLI for accessibility testing using axe-core

6 lines (5 loc) 155 B
import type { OptionValues } from 'commander'; declare const cli: (args: OptionValues, url: { args: string[]; }) => Promise<void>; export default cli;