UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

12 lines (11 loc) 304 B
import BudCommand from '@roots/bud/cli/commands'; /** * `bud view` command */ export default class BudViewCommand extends BudCommand { static paths: string[][]; static usage: import("@roots/bud-support/clipanion").Usage; indent: string; subject: string; execute(): Promise<void>; }