UNPKG

flagpole

Version:

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

8 lines (7 loc) 235 B
import { Command } from "../command"; export default class Build extends Command { commandString: string; description: string; action(): Promise<void>; } export declare function tsc(exitOnSuccess?: boolean): Promise<void>;