UNPKG

flagpole

Version:

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

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