UNPKG

flagpole

Version:

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

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