UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

7 lines (6 loc) 166 B
import { Command } from "../command"; export default class Audit extends Command { commandString: string; description: string; action(): Promise<void>; }